Skip to content

Commit a5aa33f

Browse files
committed
disable DEBUGV
1 parent 497ab25 commit a5aa33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stddef.h>
55
#include <stdint.h>
66

7-
#define DEBUGV(...) ets_printf(__VA_ARGS__)
7+
//#define DEBUGV(...) ets_printf(__VA_ARGS__)
88

99
#ifndef DEBUGV
1010
#define DEBUGV(...)

0 commit comments

Comments
 (0)