From 264411031fc1f61f094e0d493412577e13f7a9c7 Mon Sep 17 00:00:00 2001 From: travisutk Date: Thu, 20 May 2010 07:47:00 +0000 Subject: [PATCH] NRF FLush git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@538 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/apps/radios/nrf.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.20.1