diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-06 10:11:09 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-06 10:11:09 +0800 |
| commit | f2801a35b43f4117d97dd4d8eba9db480454c9e3 (patch) | |
| tree | 74379f443af948faac953262d162f7cab51808aa /nrfm.h | |
| parent | 5ea8572fcbc6a3dbcbb47393dcab128585df2ce6 (diff) | |
| download | avr-nrf24l01-driver-f2801a35b43f4117d97dd4d8eba9db480454c9e3.tar.gz | |
Fix programming errors in setting the address registers.
Diffstat (limited to 'nrfm.h')
| -rw-r--r-- | nrfm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include <stdint.h> -#define ADDRLEN 5 +#define ADDRLEN 3 #define MAXPDLEN 32 void radio_init(const uint8_t rxaddr[ADDRLEN]); |
