10 lines
125 B
C
10 lines
125 B
C
#ifndef __MAIN_H
|
|
#define __MAIN_H
|
|
|
|
#include "stm32h7xx_hal.h"
|
|
|
|
static void SystemClock_Config(void);
|
|
|
|
#endif /* __MAIN_H */
|
|
|