Skip to content

Commit

Permalink
Merge pull request #49 from mcci-catena/issue47
Browse files Browse the repository at this point in the history
Fix #47: wrong value for RegPaDAC
  • Loading branch information
terrillmoore authored Feb 7, 2018
2 parents 687a3cc + df92beb commit 896fb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmic/radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 896fb80

Please sign in to comment.