EM260 support is golden.
[goodfet] / firmware / include / nrf.h
index 7abdf36..2423495 100644 (file)
@@ -3,14 +3,17 @@
   \brief Constants for NRF Driver
 */
 
-//Nording RF Commands
+//Nordic RF Commands
 
 //Grab a packet, if one is available.
 #define NRF_RX 0x80
 //Send a packet.
 #define NRF_TX 0x81
-//Flsuh RX
+//Flush RX
 #define NRF_RX_FLUSH 0x82
+//Flush TX
+#define NRF_TX_FLUSH 0x83
+
 
 //Nordic RF SPI Instructions
 #define NRF_R_REGISTER   0x00