summaryrefslogtreecommitdiffstats
path: root/rf_test
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-01-19 13:05:13 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-01-19 13:05:13 +0800
commit316546898d62984b2aa7414b2badf9b364822de7 (patch)
tree84b5ece10b399992b512d469f5ea3640b6552ec0 /rf_test
parent3bc4d46b6b87cdf01d0a250b945bd8b7a6deb341 (diff)
downloadsmart-home-316546898d62984b2aa7414b2badf9b364822de7.tar.gz
Code format.
Diffstat (limited to 'rf_test')
-rw-r--r--rf_test/radio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rf_test/radio.c b/rf_test/radio.c
index 072164b..62d410f 100644
--- a/rf_test/radio.c
+++ b/rf_test/radio.c
@@ -18,10 +18,10 @@
#define RFM69_OPMODE_STDBY 0x04
#define RF69_REG_OPMODE 0x01
-#define RF69_REG_IRQFLAGS1 0x27
+#define RF69_REG_PALEVEL 0x11
#define RF69_REG_TESTPA1 0x5A
#define RF69_REG_TESTPA2 0x5C
-#define RF69_REG_PALEVEL 0x11
+#define RF69_REG_IRQFLAGS1 0x27
#define RF69_PALEVEL_PA1 0x40
#define RF69_PALEVEL_PA2 0x20