/* * Copyright (c) 2023 HPMicro * * SPDX-License-Identifier: BSD-3-Clause * */ #ifndef _TASK_H_ #define _TASK_H_ #include "start_task.h" extern OS_MUTEX Mutex_Sem; #endif