summaryrefslogtreecommitdiffstats
path: root/bootloader/creativezvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/creativezvm.c')
-rw-r--r--bootloader/creativezvm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/creativezvm.c b/bootloader/creativezvm.c
index a9967fe984..bd8050b22a 100644
--- a/bootloader/creativezvm.c
+++ b/bootloader/creativezvm.c
@@ -68,7 +68,8 @@ void main(void)
if(ret)
printf("ATA error: %d", ret);
- if(1)
+ /* If no button is held, start the OF */
+ if(button_read_device() == 0)
{
printf("Loading Creative firmware...");