cmvr_head/packages/erpc-1.14.0/test/common/gtest/gtimer.c
2025-12-30 15:44:41 +08:00

11 lines
252 B
C

//#include "fsl_tstmr_driver.h"
// This function is used for measuring time in google test framework, returns
// elapsed time from reset in milliseconds
unsigned int clock()
{
// return TSTMR_DRV_ReadTimeStamp(0)/1000;
// TODO
return 0;
}