Fix typo in comment

This commit is contained in:
jgromes 2024-08-04 21:41:10 +02:00
parent 39bfa51518
commit 4e274fab07

View file

@ -8,6 +8,6 @@
//#define RADIOLIB_DEBUG_BASIC (1) // basic debugging (e.g. reporting GPIO timeouts or module not being found)
//#define RADIOLIB_DEBUG_PROTOCOL (1) // protocol information (e.g. LoRaWAN internal information)
//#define RADIOLIB_DEBUG_SPI (1) // verbose transcription of all SPI communication - produces large debug logs!
//#define RADIOLIB_VERBOSE_ASSERT (1) // verbose assertions - will print out print out file and line number on failure
//#define RADIOLIB_VERBOSE_ASSERT (1) // verbose assertions - will print out file and line number on failure
#endif