From: travisutk Date: Thu, 20 May 2010 07:47:00 +0000 (+0000) Subject: NRF FLush X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=264411031fc1f61f094e0d493412577e13f7a9c7 NRF FLush git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@538 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/apps/radios/nrf.c b/firmware/apps/radios/nrf.c index 1e1f937..043675e 100644 --- a/firmware/apps/radios/nrf.c +++ b/firmware/apps/radios/nrf.c @@ -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);