code spell checking - part4 (MM specific)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "wled.h"
|
||||
|
||||
#ifdef WLED_DEBUG_HOST //WLEDMM: this looks unnecesarry as .h is not included anyway if no netdebug
|
||||
#ifdef WLED_DEBUG_HOST //WLEDMM: this looks unnecessary as .h is not included anyway if no netdebug
|
||||
|
||||
size_t NetworkDebugPrinter::write(uint8_t c) {
|
||||
if (!WLED_CONNECTED || !netDebugEnabled) return 0;
|
||||
|
||||
Reference in New Issue
Block a user