aboutsummaryrefslogtreecommitdiff
path: root/flash_routine.h.base
diff options
context:
space:
mode:
Diffstat (limited to 'flash_routine.h.base')
-rw-r--r--flash_routine.h.base2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash_routine.h.base b/flash_routine.h.base
index 0930810..116fa92 100644
--- a/flash_routine.h.base
+++ b/flash_routine.h.base
@@ -26,7 +26,7 @@
/*
* An array containing all the bits of the flash routine bytecode.
*/
-static char flash_bin[] = { ___FLASH_BIN___ };
+static char flash_bin[] = {___FLASH_BIN___};
/*
* The number of bytes in the above array.