1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 07:25:19 +02:00

atusb/fw/usb/: change a few more uses of ../board.h to board.h

This commit is contained in:
Werner Almesberger 2014-02-24 17:59:49 -03:00
parent 71ad8dae76
commit 8b0859486e
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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"