mirror of
https://github.com/jie65535/stm32f10x-uC-OS-II.git
synced 2024-07-27 19:10:55 +08:00
9 lines
120 B
C
9 lines
120 B
C
#ifndef _INCLUDES_H_
|
|
#define _INCLUDES_H_
|
|
|
|
#include "os_cpu.h"
|
|
#include "os_cfg.h"
|
|
#include "ucos_ii.h"
|
|
|
|
#endif
|