Oops, invalid prefix.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 5 Oct 2009 14:33:21 +0000 (14:33 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 5 Oct 2009 14:33:21 +0000 (14:33 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@185 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/include/command.h

index 8c7f72b..f781e2c 100644 (file)
@@ -6,7 +6,7 @@
 //! Global data buffer.
 
 #ifndef CMDDATALEN
-#define CMDDATALEN 0x0x204
+#define CMDDATALEN 0x204
 #endif
 
 extern unsigned char cmddata[CMDDATALEN];