You've already forked n64-controller
17 lines
219 B
C
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 */
|