summaryrefslogtreecommitdiff
path: root/project_starter_files/Core/Inc/SysClock.h
blob: 338ec8805a5e6d622662c3f32cde454b77d4d534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __NUCLEO476_CLOCK_H
#define __NUCLEO476_CLOCK_H

#include "stm32l476xx.h"

void System_Clock_Init(void);

#endif /* __NUCLEO476_CLOCK_H */