Taltech_embedded/common/clock.h

6 lines
81 B
C

#ifndef CLOCK_H
#define CLOCK_H
void ClockInit48MHz(void);
#endif /* CLOCK_H */