From c69d3b4fffc543fe04e114222a8e225f476559aa Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 14 Dec 2024 12:40:38 +0800 Subject: wip: inline standby() --- rf_test/recv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rf_test/recv.c') 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 #include #include @@ -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) { -- cgit v1.2.3