mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
9 lines
150 B
C
9 lines
150 B
C
#ifndef ARD_DEBUG_H
|
|
#define ARD_DEBUG_H
|
|
|
|
#include <stddef.h>
|
|
// #define DEBUGV(...) ets_printf(__VA_ARGS__)
|
|
#define DEBUGV(...)
|
|
|
|
#endif//ARD_DEBUG_H
|