#define APP_TASK_C51NormalReadCommand_STK_SIZE 512u中的512u是什么
#define APP_TASK_C51NormalReadCommand_STK_SIZE 512u
如题
[解决办法]
可以结贴了。
[解决办法]
512u
是栈的大小,512个无符号整型
u后缀表示数字的类型
发布时间: 2012-09-19 13:43:53 作者: rapoo
#define APP_TASK_C51NormalReadCommand_STK_SIZE 512u中的512u是什么
#define APP_TASK_C51NormalReadCommand_STK_SIZE 512u
如题
[解决办法]
可以结贴了。
[解决办法]
512u
是栈的大小,512个无符号整型
u后缀表示数字的类型