Deploying to gh-pages from @ 1c54c1d1c6 🚀

This commit is contained in:
jgromes 2021-11-30 22:20:23 +00:00
parent a6925cca49
commit 9229fe34dd

View file

@ -964,7 +964,7 @@ $(document).ready(function(){initNavTree('_build_opt_8h_source.html',''); initRe
<div class="line"><a name="l00876"></a><span class="lineno"> 876</span>&#160; </div>
<div class="line"><a name="l00877"></a><span class="lineno"> 877</span>&#160;<span class="preprocessor">#if defined(RADIOLIB_VERBOSE)</span></div>
<div class="line"><a name="l00878"></a><span class="lineno"> 878</span>&#160;<span class="preprocessor"> #define RADIOLIB_VERBOSE_PRINT(...) RADIOLIB_DEBUG_PRINT(__VA_ARGS__)</span></div>
<div class="line"><a name="l00879"></a><span class="lineno"> 879</span>&#160;<span class="preprocessor"> #define RADIOLIB_VERBOSE_PRINTLN(...) RADIOLIB_DEBUG_PRINT(__VA_ARGS__)</span></div>
<div class="line"><a name="l00879"></a><span class="lineno"> 879</span>&#160;<span class="preprocessor"> #define RADIOLIB_VERBOSE_PRINTLN(...) RADIOLIB_DEBUG_PRINTLN(__VA_ARGS__)</span></div>
<div class="line"><a name="l00880"></a><span class="lineno"> 880</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00881"></a><span class="lineno"> 881</span>&#160;<span class="preprocessor"> #define RADIOLIB_VERBOSE_PRINT(...) {}</span></div>
<div class="line"><a name="l00882"></a><span class="lineno"> 882</span>&#160;<span class="preprocessor"> #define RADIOLIB_VERBOSE_PRINTLN(...) {}</span></div>