Skip to content

Commit 2b68689

Browse files
authored
Merge pull request #8 from git-binbin/patch-1
Update wifi_config_log_handle.c
2 parents 77b7a1c + 77faf0e commit 2b68689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qcloud-iot-esp8266-demo/main/wifi_config/wifi_config_log_handle.c

+2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@
2828

2929
/************** WiFi config error msg collect and post feature ******************/
3030

31+
#ifdef WIFI_LOG_UPLOAD
3132
/* FreeRTOS msg queue */
3233
static void *g_dev_log_queue = NULL;
3334
#define LOG_QUEUE_SIZE 10
3435
#define LOG_ITEM_SIZE 128
36+
#endif
3537

3638
int init_dev_log_queue(void)
3739
{

0 commit comments

Comments
 (0)