diff --git a/_build_opt_8h_source.html b/_build_opt_8h_source.html index fd249f06..39632c06 100644 --- a/_build_opt_8h_source.html +++ b/_build_opt_8h_source.html @@ -964,7 +964,7 @@ $(document).ready(function(){initNavTree('_build_opt_8h_source.html',''); initRe
876 
877 #if defined(RADIOLIB_VERBOSE)
878  #define RADIOLIB_VERBOSE_PRINT(...) RADIOLIB_DEBUG_PRINT(__VA_ARGS__)
-
879  #define RADIOLIB_VERBOSE_PRINTLN(...) RADIOLIB_DEBUG_PRINT(__VA_ARGS__)
+
879  #define RADIOLIB_VERBOSE_PRINTLN(...) RADIOLIB_DEBUG_PRINTLN(__VA_ARGS__)
880 #else
881  #define RADIOLIB_VERBOSE_PRINT(...) {}
882  #define RADIOLIB_VERBOSE_PRINTLN(...) {}