comment warning (#20907)

This commit is contained in:
Jason2866 2024-03-11 08:22:28 +01:00 committed by GitHub
parent 190493c747
commit 309ac81e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,9 +6,9 @@
#if !RADIOLIB_EXCLUDE_LORAWAN #if !RADIOLIB_EXCLUDE_LORAWAN
#if defined(RADIOLIB_EEPROM_UNSUPPORTED) //#if defined(RADIOLIB_EEPROM_UNSUPPORTED)
#warning "Persistent storage not supported!" // #warning "Persistent storage not supported!"
#endif //#endif
// flag to indicate whether there was some action during Rx mode (timeout or downlink) // flag to indicate whether there was some action during Rx mode (timeout or downlink)
static volatile bool downlinkAction = false; static volatile bool downlinkAction = false;