Skip to content
Snippets Groups Projects
Commit 681d74b5 authored by Torsten Merz's avatar Torsten Merz
Browse files

disabled readClock functions

parent 555344e7
Branches
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ void quit(taskStateStruct *taskState
rt_eprintf("task state %d exceeded time: %lld\n",taskState->stateID,t2-t1);
}
#if 0
void readClock(taskStateStruct *taskState,
unsigned int **reftime // PASS_OUTPUT
// Input Flags: NA NA NA NA NA NA NA NA
......@@ -168,7 +168,7 @@ void readClock_(taskStateStruct *taskState,
) {
**reftime = (GETTIME - smiStart) / 1000000.0 + 0.5;
}
#endif
void suspend(int time) {
RTIME t2,t1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment