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
commit 45dd36aa0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

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,6 @@ void SystemClock_Config(void);
#ifdef __cplusplus
}
#endif
#endif /*__ __MCU_INIT_H */
#endif /* __MCU_INIT_H */