Files
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