Skip to content

Commit

Permalink
Fix matthijskooijman#217: Correct MAP_DIO2_LORA_NOP
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Feb 13, 2019
1 parent a86a87e commit fc5c421
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 @@ -264,7 +264,7 @@
#define MAP_DIO0_LORA_TXDONE 0x40 // 01------
#define MAP_DIO1_LORA_RXTOUT 0x00 // --00----
#define MAP_DIO1_LORA_NOP 0x30 // --11----
#define MAP_DIO2_LORA_NOP 0xC0 // ----11--
#define MAP_DIO2_LORA_NOP 0x0C // ----11--

#define MAP_DIO0_FSK_READY 0x00 // 00------ (packet sent / payload ready)
#define MAP_DIO1_FSK_NOP 0x30 // --11----
Expand Down

0 comments on commit fc5c421

Please sign in to comment.