diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-07 20:10:20 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-07 20:10:20 +0800 |
| commit | 4bbcee2a8cadb65e2268474b2908cae1e5840e24 (patch) | |
| tree | 6d17da0b719264d8d1d0ff609e0dd69619c39b5d /rf_test/radio.h | |
| parent | f25e6c86d8597610c1b6f408f9a7fe1ce2a8458f (diff) | |
| download | smart-home-4bbcee2a8cadb65e2268474b2908cae1e5840e24.tar.gz | |
Add license info.
Diffstat (limited to 'rf_test/radio.h')
| -rw-r--r-- | rf_test/radio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rf_test/radio.h b/rf_test/radio.h index 719af14..6a006e2 100644 --- a/rf_test/radio.h +++ b/rf_test/radio.h @@ -10,7 +10,7 @@ struct radio_cfg { void radio_init(struct radio_cfg *cfg); -void radio_send(const char *data, uint8_t n); +void radio_sendto(uint8_t addr, const char *data, uint8_t n); uint8_t radio_recv(char *buf, uint8_t n); |
