aboutsummaryrefslogtreecommitdiff
path: root/estorm/sys_timer.h
blob: e4dccf59ea28b74e15713f883682424c5e266526 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Handling of the NXT's Periodic Interval Timer, which provides the
 * clock source for the main system timer.
 */

#ifndef __ESTORM_SYS_TIMER_H__
#define __ESTORM_SYS_TIMER_H__

void sys_timer_init();

#endif