我把inline函数放到一个文件单独文件有些函数比如说FixPoint FixPoint::operator * ( const FixPoint& fp )这个函数在程序里面频繁调用使用__asm{}加入arm汇编代码..不能编译通过..nonstandard extension used : '__asm' keyword not supported on this architecture
一、头文件 #include FreeRTOS.h #include task.h 二、任务创建与启动 2.1 相关API说明 2.1.1 TaskHandle_t 任务句柄。例如,对xTaskCreate的调用返回。可用作参数到vTaskDelete以删除任务。 /** * task. h * * Type by which tasks are reference...