feat(esp8266): Use printf default in header files

This commit is contained in:
Wu Jian Gang
2018-05-24 10:34:13 +08:00
parent 7665082ad0
commit 3cf0c97966
4 changed files with 20 additions and 27 deletions

View File

@ -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