Merge pull request #286 from DavidLin1577/patch-5

mini optimized for mcu_init.h
This commit is contained in:
Supowang
2021-02-05 10:23:12 +08:00
committed by GitHub

View File

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