添加app对接接口已经修改灯显示
This commit is contained in:
@@ -12,10 +12,12 @@ typedef struct
|
||||
os_thread_t embedded_thread;
|
||||
os_thread_t pc_thread;
|
||||
os_thread_t task_thread;
|
||||
|
||||
os_thread_t app_thread;
|
||||
ota_u_t otau;
|
||||
|
||||
resend_device_t resend_device;
|
||||
SemaphoreHandle_t resend_read_mutex;
|
||||
|
||||
}sertrf_t;
|
||||
|
||||
/**
|
||||
@@ -47,6 +49,10 @@ void embedded_thread(void* arg);
|
||||
* @brief pc thread
|
||||
*/
|
||||
void pc_thread(void* arg);
|
||||
/**
|
||||
* @brief app thread
|
||||
*/
|
||||
void app_thread(void* arg);
|
||||
/**
|
||||
* @brief task thread
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user