Release:5.20灰测

This commit is contained in:
2026-05-21 10:01:28 +08:00
parent 8a5a32b139
commit fd65e9c6a2
68 changed files with 4329 additions and 1489 deletions

11
Core/User/App/task_ykc.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef __TASK_YKC_H
#define __TASK_YKC_H
/* includes ----------------------------------------------------------------------------------------------*/
#include "global.h"
#include "drv_air724.h"
void ykc_task_function(void const *argument);
void ykc_timer_callback_function(TimerHandle_t xTimer);
#endif /* __TASK_YKC_H */