Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
platform_timer_posix_test.c File Reference
#include <signal.h>
#include <sys/time.h>
#include <stdlib.h>
Include dependency graph for platform_timer_posix_test.c:

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( void )

Definition at line 5 of file platform_timer_posix_test.c.

5 {
6 struct itimerval enable = {{0, 0}, {0, 1000u}};
7 if(setitimer(ITIMER_REAL, &enable, NULL))
8 return 1;
9 return 0;
10}