aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/DFU/BootloaderAPI.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-15 19:51:41 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-15 19:51:41 +0000
commitcdca61a75407cd15e708e3db76bf91ef147740a3 (patch)
tree7eb25f770640f2dceb5873b8a63604a645aa2547 /Bootloaders/DFU/BootloaderAPI.h
parentde64d3b8b2b1ca8f524aa7760b5ab807135dd21d (diff)
AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2218 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/DFU/BootloaderAPI.h')
-rw-r--r--Bootloaders/DFU/BootloaderAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bootloaders/DFU/BootloaderAPI.h b/Bootloaders/DFU/BootloaderAPI.h
index bd721842..8d040497 100644
--- a/Bootloaders/DFU/BootloaderAPI.h
+++ b/Bootloaders/DFU/BootloaderAPI.h
@@ -43,6 +43,8 @@
#include <LUFA/Common/Common.h>
+ #include "Config/AppConfig.h"
+
/* Function Prototypes: */
void BootloaderAPI_ErasePage(const uint32_t Address);
void BootloaderAPI_WritePage(const uint32_t Address);