Sane SPI Flash addressing for poke date, will later convert all functions.
[goodfet] / firmware / include / command.h
index 9f6c0f4..8c7f72b 100644 (file)
@@ -6,7 +6,7 @@
 //! Global data buffer.
 
 #ifndef CMDDATALEN
-#define CMDDATALEN 0x200
+#define CMDDATALEN 0x0x204
 #endif
 
 extern unsigned char cmddata[CMDDATALEN];