Skip to content

Commit

Permalink
[LoRaWAN] Remove old error code (CI_BUILD_ALL)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed May 28, 2024
1 parent e183005 commit 954477b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions examples/LoRaWAN/LoRaWAN_ABP/configABP.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ String stateDecode(const int16_t result) {
return "RADIOLIB_ERR_INVALID_PORT";
case RADIOLIB_ERR_NO_RX_WINDOW:
return "RADIOLIB_ERR_NO_RX_WINDOW";
case RADIOLIB_ERR_INVALID_CHANNEL:
return "RADIOLIB_ERR_INVALID_CHANNEL";
case RADIOLIB_ERR_INVALID_CID:
return "RADIOLIB_ERR_INVALID_CID";
case RADIOLIB_ERR_UPLINK_UNAVAILABLE:
Expand Down
2 changes: 0 additions & 2 deletions examples/LoRaWAN/LoRaWAN_Reference/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ String stateDecode(const int16_t result) {
return "RADIOLIB_ERR_INVALID_PORT";
case RADIOLIB_ERR_NO_RX_WINDOW:
return "RADIOLIB_ERR_NO_RX_WINDOW";
case RADIOLIB_ERR_INVALID_CHANNEL:
return "RADIOLIB_ERR_INVALID_CHANNEL";
case RADIOLIB_ERR_INVALID_CID:
return "RADIOLIB_ERR_INVALID_CID";
case RADIOLIB_ERR_UPLINK_UNAVAILABLE:
Expand Down
2 changes: 0 additions & 2 deletions examples/LoRaWAN/LoRaWAN_Starter/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ String stateDecode(const int16_t result) {
return "RADIOLIB_ERR_INVALID_PORT";
case RADIOLIB_ERR_NO_RX_WINDOW:
return "RADIOLIB_ERR_NO_RX_WINDOW";
case RADIOLIB_ERR_INVALID_CHANNEL:
return "RADIOLIB_ERR_INVALID_CHANNEL";
case RADIOLIB_ERR_INVALID_CID:
return "RADIOLIB_ERR_INVALID_CID";
case RADIOLIB_ERR_UPLINK_UNAVAILABLE:
Expand Down

0 comments on commit 954477b

Please sign in to comment.