当解析不出飞控数据时闪红灯

This commit is contained in:
OPTOC
2025-09-04 16:01:12 +08:00
parent 2e5b3416a6
commit bd9ffa3de2
9 changed files with 112 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ typedef struct
{
device_t device;
os_thread_t embedded_thread;
os_thread_t task_thread;
}sertrf_t;
/**
@@ -36,6 +36,10 @@ void sertrf_status(void);
* @brief embedded thread
*/
void embedded_thread(void* arg);
/**
* @brief task thread
*/
void task_thread(void* arg);
/**
* @brief 根据连接状态显示不同的颜色
*