aboutsummaryrefslogtreecommitdiff
path: root/flash_routine.h.base
diff options
context:
space:
mode:
authordavid.jc.anderson2007-04-22 04:41:39 +0000
committerdavid.jc.anderson2007-04-22 04:41:39 +0000
commita0f176a2e60b1c1e6d4c026b7dfada0dfeab42a6 (patch)
treeb770e632a5eee0829d6497d0c7df4e2ac2c2e1cb /flash_routine.h.base
parentf3cb0aac3dc4370ee977cea337f04d5c9b29fffc (diff)
Rejigger the flash writer to be able to pull a binary flash driver from code.google.com.
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.