Undefine RADIOLIB_DEBUG_PRINT_BIN macro after use
This commit is contained in:
parent
9c019a58e7
commit
09fc9290bb
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ int16_t Module::SPIsetRegValue(uint16_t reg, uint8_t value, uint8_t msb, uint8_t
|
|||
RADIOLIB_DEBUG_PRINT_BIN(readValue);
|
||||
RADIOLIB_DEBUG_PRINTLN();
|
||||
|
||||
#undef RADIOLIB_DEBUG_PRINT_BIN
|
||||
|
||||
return(RADIOLIB_ERR_SPI_WRITE_FAILED);
|
||||
#else
|
||||
return(RADIOLIB_ERR_NONE);
|
||||
|
|
Loading…
Add table
Reference in a new issue