components: esp32

remove debug info in event.c/wifi.c
This commit is contained in:
liuzhifu
2016-08-26 15:33:32 +08:00
committed by Wu Jian Gang
parent 588d384393
commit ee8a0079bd
2 changed files with 20 additions and 21 deletions

View File

@@ -28,7 +28,7 @@
static wifi_startup_cb_t startup_cb;
#define WIFI_DEBUG printf
#define WIFI_DEBUG(...)
#define WIFI_API_CALL_CHECK(info, api_call, ret) \
do{\
esp_err_t __err = (api_call);\