14 lines
196 B
C
Raw Normal View History

2016-07-28 21:02:54 +02:00
/*
* sys_tick.h
*
* Created on: Sep 25, 2015
* Author: tkl
*/
#ifndef SYS_TICK_H_
#define SYS_TICK_H_
void sys_tick_init(const struct loki_timer *hw_timer);
#endif /* SYS_TICK_H_ */