FreeRTOS使用心得 FreeRTOS编码标准及风格 一个例外情况是头文件stdint.h。在文件夹FreeRTOS/Source/includest下包含一个dint.readme的文件,如果你的编译器不提供stdint类型定义,可以将stdint.readme文件重命名为stdint.h。 1> 变量命名规则uint32_t 使用前缀ul, u表示unsign… 2022-4-30 9:22 | 1,262 | 0 | 技术分享 1448 字 | 6 分钟 freertos