summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-12-01 18:06:33 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-12-01 18:06:33 +0800
commita8662336ab596c93ae0a583733943d5948a87133 (patch)
tree5e174a146562e93f9cdb5228898b2e1a9cdd7c4d
parent5e05235f53301d216a312c6342a70dafe55e6471 (diff)
downloadsmart-home-a8662336ab596c93ae0a583733943d5948a87133.tar.gz
Comments.
-rw-r--r--rf_test/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rf_test/send.c b/rf_test/send.c
index 161c411..33bc3ce 100644
--- a/rf_test/send.c
+++ b/rf_test/send.c
@@ -62,7 +62,7 @@ static inline void radio_send(const char *data, uint8_t n)
}
SPI_PORT |= (1 << SPI_SS);
- // TX mode
+ // initiate transmission by switching to TX mode
write_reg(0x01, 0x0C);
}