mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
disable DEBUGV
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define DEBUGV(...) ets_printf(__VA_ARGS__)
|
||||
//#define DEBUGV(...) ets_printf(__VA_ARGS__)
|
||||
|
||||
#ifndef DEBUGV
|
||||
#define DEBUGV(...)
|
||||
|
Reference in New Issue
Block a user