From d353d39ead9f9f0c4de25537f82fbefea11aef15 Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 3 Aug 2010 10:49:50 +0000 Subject: [PATCH] Add gpio defines. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4127 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/cortex-m3/io/stm32.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.25.1