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