NRF FLush
[goodfet] / firmware / apps / radios / nrf.c
index 1e1f937..043675e 100644 (file)
@@ -151,6 +151,7 @@ void nrfhandle(unsigned char app,
     txdata(app,verb,32);
     break;
   case NRF_TX:
+  case NRF_TX_FLUSH:
   default:
     debugstr("Not yet supported.");
     txdata(app,verb,0);