diff options
Diffstat (limited to 'rf_test/recv.c')
| -rw-r--r-- | rf_test/recv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rf_test/recv.c b/rf_test/recv.c index 47b8b7e..0b07144 100644 --- a/rf_test/recv.c +++ b/rf_test/recv.c @@ -1,4 +1,3 @@ -#include <string.h> #include <avr/io.h> #include <avr/interrupt.h> @@ -16,7 +15,7 @@ #define MAX_PAYLOAD_LEN 60 static char *s = "hello, world!"; -static uint8_t slen = strlen(s); +static uint8_t slen = 13; int main(void) { |
