From df92beb6224f85ba40d606dc8a5879da2eb7da7e Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Tue, 6 Feb 2018 21:30:42 -0500 Subject: [PATCH] Fix #47: wrong value for RegPaDAC --- src/lmic/radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lmic/radio.c b/src/lmic/radio.c index 43ec5596..abad6ef6 100644 --- a/src/lmic/radio.c +++ b/src/lmic/radio.c @@ -134,8 +134,8 @@ // #define RegAgcThresh2 0x45 // common // #define RegAgcThresh3 0x46 // common // #define RegPllHop 0x4B // common +#define RegPaDac 0x4D // common // #define RegTcxo 0x58 // common -#define RegPaDac 0x5A // common // #define RegPll 0x5C // common // #define RegPllLowPn 0x5E // common // #define RegFormerTemp 0x6C // common