Skip to content

Commit

Permalink
Merge pull request #893 from S5NC/SX128Xalsochangemacro
Browse files Browse the repository at this point in the history
Maintain consistency across SX126x and SX128x with macro rename
  • Loading branch information
jgromes authored Nov 30, 2023
2 parents 94bd833 + 14a2238 commit d1d774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/SX128x/SX128x.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
#define RADIOLIB_SX128X_PACKET_STATUS_SYNC_DET_3 0b00000100 // 2 0 detected sync word 3

//RADIOLIB_SX128X_CMD_SET_DIO_IRQ_PARAMS
#define RADIOLIB_SX128X_IRQ_RADIOLIB_PREAMBLE_DETECTED 0x8000 // 15 15 interrupt source: preamble detected
#define RADIOLIB_SX128X_IRQ_PREAMBLE_DETECTED 0x8000 // 15 15 interrupt source: preamble detected
#define RADIOLIB_SX128X_IRQ_ADVANCED_RANGING_DONE 0x8000 // 15 15 advanced ranging done
#define RADIOLIB_SX128X_IRQ_RX_TX_TIMEOUT 0x4000 // 14 14 Rx or Tx timeout
#define RADIOLIB_SX128X_IRQ_CAD_DETECTED 0x2000 // 13 13 channel activity detected
Expand Down

0 comments on commit d1d774a

Please sign in to comment.