Hello,
I encountered a compilation issue when using the app_timer
function. The error message is: "'TickType_t' undeclared (first use in this function)". I believe the problem is related to some incorrect configuration in FreeRTOS, specifically with the #define configTICK_RATE_HZ ((TickType_t)1000)
, but I'm unsure how to modify it.
I would appreciate it if you could assist in analyzing the issue.
Thank you in advance for your help!
Best regards,