mirror of
https://github.com/jie65535/stm32f10x-uC-OS-II.git
synced 2024-07-27 19:10:55 +08:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef __APP_CFG_H__
|
|
#define __APP_CFG_H__
|
|
|
|
void OSTick_Init(void);
|
|
|
|
#endif
|