Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.
This commit is contained in:
parent
8f6b4ddf76
commit
1c16ae399a
38 changed files with 84 additions and 66 deletions
|
@ -52,8 +52,8 @@
|
|||
/* Includes: */
|
||||
#include <avr/pgmspace.h>
|
||||
|
||||
#include "../AT90USBXXX/ADC.h"
|
||||
#include "../../Common/Common.h"
|
||||
#include "../Peripheral/ADC.h"
|
||||
|
||||
#if !defined(BOARD)
|
||||
#error #error BOARD must be set in makefile to a value specified in BoardTypes.h.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue