diff options
Diffstat (limited to 'lock/nrfm.h')
| -rw-r--r-- | lock/nrfm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lock/nrfm.h b/lock/nrfm.h index 5f33e86..7c38031 100644 --- a/lock/nrfm.h +++ b/lock/nrfm.h @@ -14,6 +14,8 @@ void radio_listen(void); uint8_t radio_recv(char *buf, 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 */ |
