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

9 lines
120 B
C

#ifndef _INCLUDES_H_
#define _INCLUDES_H_
#include "os_cpu.h"
#include "os_cfg.h"
#include "ucos_ii.h"
#endif