Изменения на новый модем GSM
This commit is contained in:
parent
5be839764d
commit
b082a00247
|
|
@ -12,7 +12,7 @@
|
||||||
#include "at32_sdio.h"
|
#include "at32_sdio.h"
|
||||||
#include "ff.h"
|
#include "ff.h"
|
||||||
#include "tcp_server.h"
|
#include "tcp_server.h"
|
||||||
#include "AtGsmSim800f.h"
|
#include "AtGsmA76xx.h"
|
||||||
#include "i2c_smbus.h"
|
#include "i2c_smbus.h"
|
||||||
#include "delay_sec.h"
|
#include "delay_sec.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
|
|
|
||||||
|
|
@ -311,9 +311,9 @@ static void Mma_RunSubThreads(tMma *env) {
|
||||||
// UserInput_StartThread(&env->userInput);
|
// UserInput_StartThread(&env->userInput);
|
||||||
|
|
||||||
ComInt_StartThread(&env->comInt);
|
ComInt_StartThread(&env->comInt);
|
||||||
// TracertMain_StartThread(&env->tracertMain);
|
TracertMain_StartThread(&env->tracertMain);
|
||||||
// External_StartThread(&env->external);
|
External_StartThread(&env->external);
|
||||||
// ModemMain_StartThread(&env->modemMain);
|
ModemMain_StartThread(&env->modemMain);
|
||||||
Gnss_StartThread(&env->gnss);
|
Gnss_StartThread(&env->gnss);
|
||||||
|
|
||||||
ModemMainLog_StartThread(&env->modemMainLog);
|
ModemMainLog_StartThread(&env->modemMainLog);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue