diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-05 14:40:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-05 14:40:48 +0000 |
commit | cdf83ce254198264167a1102c9c615b141b3c1dd (patch) | |
tree | bf90e468516fcdffd77f08fb98282e375cd147ed /os/hal/platforms/STM32L1xx/stm32l1xx.h | |
parent | 4895ea3f4ea3c80f9e2648c71d566da69388b4ff (diff) | |
download | ChibiOS-cdf83ce254198264167a1102c9c615b141b3c1dd.tar.gz ChibiOS-cdf83ce254198264167a1102c9c615b141b3c1dd.tar.bz2 ChibiOS-cdf83ce254198264167a1102c9c615b141b3c1dd.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3472 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx/stm32l1xx.h')
-rw-r--r-- | os/hal/platforms/STM32L1xx/stm32l1xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32L1xx/stm32l1xx.h b/os/hal/platforms/STM32L1xx/stm32l1xx.h index 48be82360..9723158c8 100644 --- a/os/hal/platforms/STM32L1xx/stm32l1xx.h +++ b/os/hal/platforms/STM32L1xx/stm32l1xx.h @@ -411,6 +411,7 @@ typedef struct /**
* @brief General Purpose IO
*/
+/* CHIBIOS FIX */
#if 0
typedef struct
{
@@ -429,6 +430,7 @@ typedef struct __IO uint32_t AFR[2];
} GPIO_TypeDef;
#endif
+#endif
/**
* @brief SysTem Configuration
|