diff --git a/BootConfig.h b/BootConfig.h index 70e9e48a..95110433 100644 --- a/BootConfig.h +++ b/BootConfig.h @@ -4,6 +4,8 @@ #include "Sys.h" #include "Config.h" +/* 引脚定义 */ +#include "Platform\Pin.h" #pragma pack(push) #pragma pack(1) diff --git a/Device/Port.h b/Device/Port.h index 107eaa0b..ff5b1175 100644 --- a/Device/Port.h +++ b/Device/Port.h @@ -3,6 +3,9 @@ #include "Sys.h" +/* 引脚定义 */ +#include "Platform\Pin.h" + #ifdef STM32F4 #define GPIO_MAX_SPEED 100 #else