Fix the misspelling of the file name

This commit is contained in:
iysheng
2022-02-07 10:47:11 +08:00
parent 3f56363c94
commit 83d1bc2625
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#include "mcu_init.h"
#include "tos_k.h"
#include "mqttclient.h"
#include "cjson.h"
#include "cJSON.h"
#include "sal_module_wrapper.h"
#define USE_ESP8266

View File

@@ -1,7 +1,7 @@
#include "mcu_init.h"
#include "tos_k.h"
#include "mqttclient.h"
#include "cjson.h"
#include "cJSON.h"
#include "sal_module_wrapper.h"
#define USE_ESP8266

View File

@@ -1,7 +1,7 @@
#include "mcu_init.h"
#include "tos_k.h"
#include "mqttclient.h"
#include "cjson.h"
#include "cJSON.h"
#include "sal_module_wrapper.h"
#include "bh1750_i2c_drv.h"

View File

@@ -2,7 +2,7 @@
#include "mcu_init.h"
#include "tos_k.h"
#include "mqttclient.h"
#include "cjson.h"
#include "cJSON.h"
#include "sal_module_wrapper.h"
#define USE_ESP8266