diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-25 18:50:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-25 18:50:35 +0000 |
commit | a66602c99d316ecfb03e47dcf9b3fe4167edc580 (patch) | |
tree | b3460b9bab1679de908cbee4b87233d5fa2e7510 /os/hal/platforms/STM32 | |
parent | 41a4ecfc808882819791e6b126f27ebad7248ae5 (diff) | |
download | ChibiOS-a66602c99d316ecfb03e47dcf9b3fe4167edc580.tar.gz ChibiOS-a66602c99d316ecfb03e47dcf9b3fe4167edc580.tar.bz2 ChibiOS-a66602c99d316ecfb03e47dcf9b3fe4167edc580.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1545 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32')
-rw-r--r-- | os/hal/platforms/STM32/serial_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/serial_lld.h b/os/hal/platforms/STM32/serial_lld.h index 47d7b8650..9352d6200 100644 --- a/os/hal/platforms/STM32/serial_lld.h +++ b/os/hal/platforms/STM32/serial_lld.h @@ -190,7 +190,7 @@ typedef struct { uint8_t ob[SERIAL_BUFFERS_SIZE]; \
/* End of the mandatory fields.*/ \
/* Pointer to the USART registers block.*/ \
- USART_TypeDef *usart
+ USART_TypeDef *usart;
/*===========================================================================*/
/* Driver macros. */
|