Files @ 02d3447dac18
Branch filter:

Location: windsonde/Include/system/sysclk.h

ethanzonca
Add docs, remove startup delays
1
2
3
4
5
6
#ifndef SYSCLK_H
#define SYSCLK_H

void sysclock_init(void);

#endif