From: asterix Date: Tue, 3 Aug 2010 10:49:50 +0000 (+0000) Subject: Add gpio defines. X-Git-Tag: 2.6.0~263 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d353d39ead9f9f0c4de25537f82fbefea11aef15;p=bertos.git Add gpio defines. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4127 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/io/stm32.h b/bertos/cpu/cortex-m3/io/stm32.h index 60c209b3..24ceb86d 100644 --- a/bertos/cpu/cortex-m3/io/stm32.h +++ b/bertos/cpu/cortex-m3/io/stm32.h @@ -45,6 +45,7 @@ #include "stm32_nvic.h" #include "stm32_ints.h" +#include "stm32_gpio.h" #include "stm32_uart.h" #include "stm32_adc.h" #include "stm32_i2c.h"