Code: Select all
uint32_t FreeRTOS::getTimeSinceStart() {
return (uint32_t) (xTaskGetTickCount() * portTICK_PERIOD_MS);
}
I am asking because no matter what I configure in menuconfig/sdkconfig, my understanding is that the above should not change.