nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
timer_handler.c
Go to the documentation of this file.
1 
2 int timer_handler(int sub_irq, void *info, void *data)
3 {
4  /*
5  static int i = 0;
6  printf("Timer: THID: %p (%d)\r", pthread_self(), i++);
7  */
8  return 0;
9 }
10 
11 /* End of a file */