fix(freertos): Fix entering first stack cover wrong memory

This commit is contained in:
Dong Heng
2018-09-28 10:49:44 +08:00
parent 588fdad231
commit 1b63208046
3 changed files with 26 additions and 1 deletions

View File

@ -236,6 +236,8 @@ bool interrupt_is_disable(void);
/* Get tick rate per second */
uint32_t xPortGetTickRateHz(void);
void _xt_enter_first_task(void);
#ifdef __cplusplus
}
#endif