提交 36c4604a 编写于 作者: W weety

fix compiling error

上级 42f98406
...@@ -13,6 +13,18 @@ ...@@ -13,6 +13,18 @@
*/ */
#include <rtthread.h> #include <rtthread.h>
/*****************************/
/* CPU Mode */
/*****************************/
#define USERMODE 0x10
#define FIQMODE 0x11
#define IRQMODE 0x12
#define SVCMODE 0x13
#define ABORTMODE 0x17
#define UNDEFMODE 0x1b
#define MODEMASK 0x1f
#define NOINT 0xc0
/** /**
* This function will initialize thread stack * This function will initialize thread stack
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册