Repair sensor apps and nbiot demo include

This commit is contained in:
Zhao_Jiasheng
2021-05-07 13:43:07 +08:00
parent 1599057195
commit 4249cb391e
11 changed files with 24 additions and 15 deletions
+5
View File
@@ -17,6 +17,7 @@ extern int SensorFrameworkInit(void);
extern int RegisterAdapterEthernet(void);
extern int RegisterAdapterWifi(void);
extern int RegisterAdapterZigbee(void);
extern int RegisterAdapterNBIoT(void);
extern int LoraSx12xxSpiDeviceInit();
extern int D124VoiceInit(void);
@@ -100,6 +101,10 @@ static struct InitDesc connection_desc[] =
#ifdef CONNECTION_COMMUNICATION_ZIGBEE
{ "zigbee adpter", RegisterAdapterZigbee},
#endif
#ifdef CONNECTION_COMMUNICATION_NB_IOT
{ "NB-IoT adpter", RegisterAdapterNBIoT},
#endif
{ "NULL", NULL },
};