mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-05 22:11:04 +08:00
feat(esp8266): Use printf default in header files
This commit is contained in:
@ -122,7 +122,7 @@ typedef struct test_res_s {
|
||||
goto __fail_assert; \
|
||||
}
|
||||
|
||||
#define DBGT(...) os_printf(__VA_ARGS__)
|
||||
#define DBGT(...) printf(__VA_ARGS__)
|
||||
|
||||
#define str(s) #s
|
||||
|
||||
|
Reference in New Issue
Block a user