mini optimized for mcu_init.h

This commit is contained in:
David Lin
2021-02-04 22:48:27 +08:00
committed by GitHub
parent db32f5ecdf
commit a369db3c0c

View File

@@ -1,7 +1,8 @@
#ifndef __MCU_INIT_H
#define __MCU_INIT_H
#ifdef __cplusplus
extern "C" {
extern "C" {
#endif
#include "main.h"
@@ -16,4 +17,5 @@ void SystemClock_Config(void);
#ifdef __cplusplus
}
#endif
#endif /*__ __MCU_INIT_H */
#endif /*__MCU_INIT_H */