diff options
Diffstat (limited to 'lock/nrfm.h')
| -rw-r--r-- | lock/nrfm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lock/nrfm.h b/lock/nrfm.h index 22a9b89..5f33e86 100644 --- a/lock/nrfm.h +++ b/lock/nrfm.h @@ -14,6 +14,6 @@ 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); +uint8_t radio_sendto(const uint8_t addr[ADDRLEN], const char *msg, uint8_t n); #endif /* NRFM_H */ |
