summaryrefslogtreecommitdiff
path: root/bootloader/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/common.c')
-rw-r--r--bootloader/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/common.c b/bootloader/common.c
index f7ab661ca2..c9b2bfb7a3 100644
--- a/bootloader/common.c
+++ b/bootloader/common.c
@@ -34,6 +34,7 @@
34#include "button.h" 34#include "button.h"
35#include "string.h" 35#include "string.h"
36#include "usb.h" 36#include "usb.h"
37#include "file.h"
37 38
38/* TODO: Other bootloaders need to be adjusted to set this variable to true 39/* TODO: Other bootloaders need to be adjusted to set this variable to true
39 on a button press - currently only the ipod, H10 and Sansa versions do. */ 40 on a button press - currently only the ipod, H10 and Sansa versions do. */