Files @ 41c563eb0a68
Branch filter:

Location: therm/clock.h

Ethan Zonca
Remove old usb cruft
1
2
3
4
5
6
#ifndef CLOCK_H
#define CLOCK_H

void SystemClock_Config(void);

#endif