mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 13:32:28 +02:00
atusb/fw/usb/: change a few more uses of ../board.h to board.h
This commit is contained in:
parent
71ad8dae76
commit
8b0859486e
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* fw/usb/atu2.c - Chip-specific driver for Atmel ATxxxU2 USB chips
|
* fw/usb/atu2.c - Chip-specific driver for Atmel ATxxxU2 USB chips
|
||||||
*
|
*
|
||||||
* Written 2008-2011, 2013 by Werner Almesberger
|
* Written 2008-2011, 2013-2014 by Werner Almesberger
|
||||||
* Copyright 2008-2011, 2013 Werner Almesberger
|
* Copyright 2008-2011, 2013-2014 Werner Almesberger
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -27,7 +27,7 @@
|
|||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
#include <avr/interrupt.h>
|
#include <avr/interrupt.h>
|
||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
#include "../board.h"
|
#include "board.h"
|
||||||
|
|
||||||
|
|
||||||
#ifndef NULL
|
#ifndef NULL
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* boot/dfu.c - DFU protocol engine
|
* boot/dfu.c - DFU protocol engine
|
||||||
*
|
*
|
||||||
* Written 2008-2011, 2013 by Werner Almesberger
|
* Written 2008-2011, 2013-2014 by Werner Almesberger
|
||||||
* Copyright 2008-2011, 2013 Werner Almesberger
|
* Copyright 2008-2011, 2013-2014 Werner Almesberger
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -31,7 +31,7 @@
|
|||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
#include "dfu.h"
|
#include "dfu.h"
|
||||||
|
|
||||||
#include "../board.h"
|
#include "board.h"
|
||||||
|
|
||||||
|
|
||||||
#ifndef NULL
|
#ifndef NULL
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* boot/dfu_common.c - DFU protocol engine parts common to App/DFU
|
* boot/dfu_common.c - DFU protocol engine parts common to App/DFU
|
||||||
*
|
*
|
||||||
* Written 2008-2011, 2013 by Werner Almesberger
|
* Written 2008-2011, 2013-2014 by Werner Almesberger
|
||||||
* Copyright 2008-2011, 2013 Werner Almesberger
|
* Copyright 2008-2011, 2013-2014 Werner Almesberger
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -31,7 +31,7 @@
|
|||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
#include "dfu.h"
|
#include "dfu.h"
|
||||||
|
|
||||||
#include "../board.h"
|
#include "board.h"
|
||||||
#include "../sernum.h"
|
#include "../sernum.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user