You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
212 B

/*
* system_timer.h
*
* Created on: Dec 6, 2017
* Author: maximilian
*/
#ifndef PLATFORM_SYSTEM_TIMER_H_
#define PLATFORM_SYSTEM_TIMER_H_
void initClock(void);
#endif /* PLATFORM_SYSTEM_TIMER_H_ */