Skip to content

Commit 896fb80

Browse files
authored
Merge pull request #49 from mcci-catena/issue47
Fix #47: wrong value for RegPaDAC
2 parents 687a3cc + df92beb commit 896fb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic/radio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
// #define RegAgcThresh2 0x45 // common
135135
// #define RegAgcThresh3 0x46 // common
136136
// #define RegPllHop 0x4B // common
137+
#define RegPaDac 0x4D // common
137138
// #define RegTcxo 0x58 // common
138-
#define RegPaDac 0x5A // common
139139
// #define RegPll 0x5C // common
140140
// #define RegPllLowPn 0x5E // common
141141
// #define RegFormerTemp 0x6C // common

0 commit comments

Comments
 (0)