bs_bcu_app/app/app_demo.h

23 lines
472 B
C
Raw Permalink Normal View History

2024-11-10 15:22:55 +08:00
/**
****************************************************************************************************
* @file app_demo.h
* @author
* @version V1.0
* @date 2024-03-10
* @brief demo头文件
****************************************************************************************************
*/
#ifndef __APP_DEMO_H
#define __APP_DEMO_H
#include <stdint.h>
void task1(uint32_t baseTime);
void task2(uint32_t baseTime);
#endif