Fixed python client buffering issues, minor changes to SPI app.
[goodfet] / firmware / include / command.h
index 4eda217..569dab2 100644 (file)
@@ -9,9 +9,11 @@
 #define u16 unsigned int
 #define u32 unsigned long
 
-
 #ifndef CMDDATALEN
+//512 bytes
 #define CMDDATALEN 0x204
+//4k
+//#define CMDDATALEN 0x1004
 #endif
 
 //! Global data buffer.