forked from TencentOS/TencentOS-tiny
Merge pull request #329 from iysheng/master
Fix the misspelling of the file name
This commit is contained in:
commit
705078136b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue