more work on ccspi reflexive jam with autoack. jamming is slow in the autoack mode...
[goodfet] / firmware / include / ccspi.h
index cec339c..b831bf3 100644 (file)
@@ -22,8 +22,8 @@
 #define CCSPI_TX_FLUSH 0x83
 //Reflexive jam.
 #define CCSPI_REFLEX 0xA0
 #define CCSPI_TX_FLUSH 0x83
 //Reflexive jam.
 #define CCSPI_REFLEX 0xA0
-//Reflexive jam that returns jammed frame's seqnum.
-#define CCSPI_REFLEX_SEQNUM 0xA1
+//Reflexive jam that sends a forged ACK frame if one was requested
+#define CCSPI_REFLEX_AUTOACK 0xA1
 
 
 //Bit fields for command word.
 
 
 //Bit fields for command word.