From a8edbcd8c147b63c8ecfba779755cc7cdbea2d7a Mon Sep 17 00:00:00 2001 From: Stone Date: Tue, 14 Jun 2016 05:02:52 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E8=84=9A=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BootConfig.h | 2 ++ Device/Port.h | 3 +++ 2 files changed, 5 insertions(+) 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