aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F3xx/stm32f30x.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-24 09:46:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-24 09:46:46 +0000
commitca0b2a235d6b537896efeb11f263d7e103a92d82 (patch)
tree3148ea55ee51596b608f905096c2d9384c07ea4b /os/hal/platforms/STM32F3xx/stm32f30x.h
parent7112dfa32e35f35998bf4ab05888317ef5aed59a (diff)
downloadChibiOS-ca0b2a235d6b537896efeb11f263d7e103a92d82.tar.gz
ChibiOS-ca0b2a235d6b537896efeb11f263d7e103a92d82.tar.bz2
ChibiOS-ca0b2a235d6b537896efeb11f263d7e103a92d82.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4778 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F3xx/stm32f30x.h')
-rw-r--r--os/hal/platforms/STM32F3xx/stm32f30x.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F3xx/stm32f30x.h b/os/hal/platforms/STM32F3xx/stm32f30x.h
index 8ca340f48..4e3dc9aa1 100644
--- a/os/hal/platforms/STM32F3xx/stm32f30x.h
+++ b/os/hal/platforms/STM32F3xx/stm32f30x.h
@@ -554,7 +554,8 @@ typedef struct
/**
* @brief General Purpose I/O
*/
-
+/* CHIBIOS FIX */
+#if 0
typedef struct
{
__IO uint32_t MODER; /*!< GPIO port mode register, Address offset: 0x00 */
@@ -572,6 +573,7 @@ typedef struct
__IO uint16_t BRR; /*!< GPIO bit reset register, Address offset: 0x28 */
uint16_t RESERVED3; /*!< Reserved, 0x2A */
}GPIO_TypeDef;
+#endif
/**
* @brief Operational Amplifier (OPAMP)