修复穿戴工程由于接口废弃导致的编译失败

Signed-off-by: tangbin <2387440390@qq.com>
This commit is contained in:
tangbin 2024-10-21 11:25:40 +08:00
parent 179dda9c47
commit f5c9344480

View File

@ -30,6 +30,11 @@ extern jerry_context_t *jerry_dynamic_global_context_p;
*/
extern ContextRecord* g_contextRecords;
/**
* obtain the task ID with the highest priority in the task readiness queue
*/
extern UINT32 LOS_NextTaskIDGet(VOID);
void jerry_switch_context();
/**