From 8fc4c42c3848ef747579b7cae3b6aba880d3a66e Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 8 Dec 2024 17:36:40 +0800 Subject: TX seems to be working (based on the logs.) --- rf_test/radio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'rf_test/radio.c') diff --git a/rf_test/radio.c b/rf_test/radio.c index b525310..cd75ec5 100644 --- a/rf_test/radio.c +++ b/rf_test/radio.c @@ -41,7 +41,6 @@ static inline void write_reg(uint8_t reg, uint8_t val) void radio_send(const char *data, uint8_t n) { - char s[3]; uint8_t i; write_reg(0x01, 0x04); -- cgit v1.2.3