We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d074a7e commit 3c3f1dfCopy full SHA for 3c3f1df
1 file changed
libcpu/arm/cortex-a/stack.c
@@ -82,7 +82,7 @@ rt_uint8_t *rt_hw_stack_init(void *tentry, void *parameter,
82
*(--stk) = 0x00000000;
83
84
/* 4. FPEXC: EN=1 */
85
- *(--stk) = 0x40000000;
+ *(--stk) = 0x40000000;
86
#endif
87
88
/* return task's current stack address */
0 commit comments