kosmos/source/firmware/kernel/include/sys_tick.h

14 lines
198 B
C
Raw Normal View History

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