STM32移植FreeRTOS出现的问题及解决办法
Posted 跋扈洋
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了STM32移植FreeRTOS出现的问题及解决办法相关的知识,希望对你有一定的参考价值。
STM32移植FreeRTOS出现的问题及解决办法
- 引言
- 问题:\\FreeRTOS\\queue.c(2761): error: #268: declaration may not appear after executable statement in block
引言
我们在使用STM32移植FreeRTOS时,可能会出现很多问题,本文主要来归纳总结一下(未完待续)。
问题:\\FreeRTOS\\queue.c(2761): error: #268: declaration may not appear after executable statement in block
解决方法
把C99 Mode勾上
![](https://image.cha138.com/20220617/a73a5537711d4ebd8e1da872c797763a.jpg)
![](https://image.cha138.com/20220617/63d3a45835684b57b439329b2e57590a.jpg)
以上是关于STM32移植FreeRTOS出现的问题及解决办法的主要内容,如果未能解决你的问题,请参考以下文章