Files
2019-07-09 21:58:45 +02:00

17 lines
219 B
C

/*!
* @file osc.h
* @author TheComet
*
* Created on July 7, 2019, 10:04 PM
*/
#ifndef OSC_H
#define OSC_H
/*!
* @brief Configures all clocks in the oscillator module
*/
void init_osc(void);
#endif /* OSC_H */