summaryrefslogtreecommitdiffstats
path: root/nrfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'nrfm.h')
-rw-r--r--nrfm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nrfm.h b/nrfm.h
index 22a9b89..7c38031 100644
--- a/nrfm.h
+++ b/nrfm.h
@@ -14,6 +14,8 @@ void radio_listen(void);
uint8_t radio_recv(char *buf, uint8_t n);
-void radio_sendto(const uint8_t addr[ADDRLEN], const char *msg, uint8_t n);
+void radio_flush_rx(void);
+
+uint8_t radio_sendto(const uint8_t addr[ADDRLEN], const char *msg, uint8_t n);
#endif /* NRFM_H */