diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-26 10:30:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-26 10:30:56 +0000 |
commit | c1a535d343d6ea6e84f99b9b0b760d9a582ad969 (patch) | |
tree | ce3cb37141a76b01ca16fd4b413331b8ef9dcd6e /os/hal/platforms/STM32F1xx/stm32f10x.h | |
parent | f3bbf4800acff7c34a24306c534b7414fd481b6a (diff) | |
download | ChibiOS-c1a535d343d6ea6e84f99b9b0b760d9a582ad969.tar.gz ChibiOS-c1a535d343d6ea6e84f99b9b0b760d9a582ad969.tar.bz2 ChibiOS-c1a535d343d6ea6e84f99b9b0b760d9a582ad969.zip |
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
Diffstat (limited to 'os/hal/platforms/STM32F1xx/stm32f10x.h')
-rw-r--r-- | os/hal/platforms/STM32F1xx/stm32f10x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32F1xx/stm32f10x.h b/os/hal/platforms/STM32F1xx/stm32f10x.h index e8f413763..6697b9648 100644 --- a/os/hal/platforms/STM32F1xx/stm32f10x.h +++ b/os/hal/platforms/STM32F1xx/stm32f10x.h @@ -1198,8 +1198,6 @@ typedef struct * @brief TIM
*/
-/* CHIBIOS FIX */
-#if 0
typedef struct
{
__IO uint16_t CR1;
@@ -1243,7 +1241,6 @@ typedef struct __IO uint16_t DMAR;
uint16_t RESERVED19;
} TIM_TypeDef;
-#endif
/**
* @brief Universal Synchronous Asynchronous Receiver Transmitter
|