Files @ 2a5ab412b8d9
Branch filter:

Location: therm/clock.h

Ethan Zonca
Swap out to HAL library and new USB library
1
2
3
4
5
6
#ifndef CLOCK_H
#define CLOCK_H

void SystemClock_Config(void);

#endif