Add platform includes to the bootloaders.
This commit is contained in:
parent
758ddfcc68
commit
139fabb6cd
5 changed files with 6 additions and 1 deletions
|
@ -44,8 +44,9 @@
|
|||
|
||||
#include "Descriptors.h"
|
||||
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
#include <LUFA/Drivers/Board/LEDs.h>
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
#include <LUFA/Platform/Platform.h>
|
||||
|
||||
/* Preprocessor Checks: */
|
||||
#if !defined(__OPTIMIZE_SIZE__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue