Add platform includes to the bootloaders.

This commit is contained in:
Dean Camera 2013-05-19 22:13:41 +02:00
parent 758ddfcc68
commit 139fabb6cd
5 changed files with 6 additions and 1 deletions

View file

@ -51,6 +51,7 @@
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Board/LEDs.h>
#include <LUFA/Platform/Platform.h>
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)