From 4e274fab0740ca315c75b653a06d3932e4a2dbe2 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 4 Aug 2024 21:41:10 +0200 Subject: [PATCH] Fix typo in comment --- src/BuildOptUser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BuildOptUser.h b/src/BuildOptUser.h index 562919ee..54f16d80 100644 --- a/src/BuildOptUser.h +++ b/src/BuildOptUser.h @@ -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