diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-16 13:35:40 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-16 13:35:40 +0800 |
| commit | 265a511910db2ab027e7948fdd624801b34821fc (patch) | |
| tree | 48c9f345c6166dad59f593a10572e4b9a9e4b379 /lock/nrfm.h | |
| parent | 969f168756db0623ce269d7897d0c532a00c79b7 (diff) | |
| download | smart-home-265a511910db2ab027e7948fdd624801b34821fc.tar.gz | |
Return success code from sendto()
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 */ |
