1、【增加】堆栈溢出提前检查功能,避免在异常处理函数中访问不正确的数据地址。
Signed-off-by: armink <armink.ztl@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
/* library software version number */
|
||||
#define CMB_SW_VERSION "1.0.0"
|
||||
#define CMB_SW_VERSION "1.0.1"
|
||||
|
||||
#define CMB_CPU_ARM_CORTEX_M0 0
|
||||
#define CMB_CPU_ARM_CORTEX_M3 1
|
||||
|
||||
Reference in New Issue
Block a user