From c1a535d343d6ea6e84f99b9b0b760d9a582ad969 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 26 Nov 2011 10:30:56 +0000 Subject: Unified STM32 registers header file stm32.h. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3526 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F2xx/stm32f2xx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/hal/platforms/STM32F2xx/stm32f2xx.h') diff --git a/os/hal/platforms/STM32F2xx/stm32f2xx.h b/os/hal/platforms/STM32F2xx/stm32f2xx.h index 51bcaf363..5c6e27d76 100644 --- a/os/hal/platforms/STM32F2xx/stm32f2xx.h +++ b/os/hal/platforms/STM32F2xx/stm32f2xx.h @@ -227,6 +227,7 @@ typedef enum IRQn */ #include "core_cm3.h" +/* CHIBIOS FIX */ /* #include "system_stm32f2xx.h" */ #include @@ -634,6 +635,7 @@ typedef struct /** * @brief General Purpose I/O */ +/* CHIBIOS FIX */ #if 0 typedef struct { @@ -649,6 +651,7 @@ typedef struct __IO uint32_t AFR[2]; /*!< GPIO alternate function registers, Address offset: 0x24-0x28 */ } GPIO_TypeDef; #endif + /** * @brief System configuration controller */ -- cgit v1.2.3