This function is used for measuring time in google test framework, returns elapsed time from reset in milliseconds
| 3 | // This function is used for measuring time in google test framework, returns |
| 4 | // elapsed time from reset in milliseconds |
| 5 | unsigned int clock() |
| 6 | { |
| 7 | // return TSTMR_DRV_ReadTimeStamp(0)/1000; |
| 8 | // TODO |
| 9 | return 0; |
| 10 | } |
no outgoing calls