aboutsummaryrefslogtreecommitdiff
path: root/upgrade/dfu.h
diff options
context:
space:
mode:
authorGareth McMullin2012-03-18 15:15:00 +1300
committerGareth McMullin2012-03-18 15:15:00 +1300
commit87c14c294b984658ce3969494579b38fea42d1c3 (patch)
treef21815c0d6dfa52e0fe30987567e5d0e6d9729e4 /upgrade/dfu.h
parenta43cbf65c96d256c600e1a3dc0428fef343e51d6 (diff)
Fixed some issues in Windows DFU uploader.
Diffstat (limited to 'upgrade/dfu.h')
-rw-r--r--upgrade/dfu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade/dfu.h b/upgrade/dfu.h
index 1594962..e81ee44 100644
--- a/upgrade/dfu.h
+++ b/upgrade/dfu.h
@@ -33,7 +33,7 @@
#define STATE_DFU_IDLE 0x02
#define STATE_DFU_DOWNLOAD_SYNC 0x03
#define STATE_DFU_DOWNLOAD_BUSY 0x04
-define STATE_DFU_DOWNLOAD_IDLE 0x05
+#define STATE_DFU_DOWNLOAD_IDLE 0x05
#define STATE_DFU_MANIFEST_SYNC 0x06
#define STATE_DFU_MANIFEST 0x07
#define STATE_DFU_MANIFEST_WAIT_RESET 0x08