stm32f10x-uC-OS-II/uCOS-II Template/uCOS-II/Config/app_cfg.h
2019-01-18 17:14:55 +08:00

7 lines
85 B
C

#ifndef __APP_CFG_H__
#define __APP_CFG_H__
void OSTick_Init(void);
#endif