のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

Type undefined reference to `getRunTimeCounterValue' tasks.c

#ifdef portALT_GET_RUN_TIME_COUNTER_VALUE
    portALT_GET_RUN_TIME_COUNTER_VALUE( ulTotalRunTime );
#else
    ulTotalRunTime = portGET_RUN_TIME_COUNTER_VALUE();
#endif

portGET_RUN_TIME_COUNTER_VALUE