aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU/BootloaderAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'Bootloaders/DFU/BootloaderAPI.h')
-rw-r--r--Bootloaders/DFU/BootloaderAPI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/DFU/BootloaderAPI.h b/Bootloaders/DFU/BootloaderAPI.h
index fd351104e..9d652c840 100644
--- a/Bootloaders/DFU/BootloaderAPI.h
+++ b/Bootloaders/DFU/BootloaderAPI.h
@@ -40,9 +40,9 @@
#include <avr/io.h>
#include <avr/boot.h>
#include <stdbool.h>
-
+
#include <LUFA/Common/Common.h>
-
+
/* Function Prototypes: */
void BootloaderAPI_ErasePage(const uint32_t Address);
void BootloaderAPI_WritePage(const uint32_t Address);