aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-09-23 07:55:21 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-09-23 07:55:21 +0000
commit14664e78ce0354bdea4daf2c53a0ae88d3385590 (patch)
treec3ff8236150cca928dbc189f836bab3409304b6f /os/hal/ports
parent4dc2ac9a144af39e4c37515953661f574ec1a5f7 (diff)
downloadChibiOS-14664e78ce0354bdea4daf2c53a0ae88d3385590.tar.gz
ChibiOS-14664e78ce0354bdea4daf2c53a0ae88d3385590.tar.bz2
ChibiOS-14664e78ce0354bdea4daf2c53a0ae88d3385590.zip
Fixed missing parenthesis.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8325 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/STM32L0xx/stm32_registry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/STM32L0xx/stm32_registry.h b/os/hal/ports/STM32/STM32L0xx/stm32_registry.h
index 27ee03883..96bae0ef5 100644
--- a/os/hal/ports/STM32/STM32L0xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32L0xx/stm32_registry.h
@@ -230,7 +230,7 @@
STM32_DMA_STREAM_ID_MSK(1, 6))
#define STM32_USART2_RX_DMA_CHN 0x00440000
#define STM32_USART2_TX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 4) |\
- STM32_DMA_STREAM_ID_MSK(1, 7)
+ STM32_DMA_STREAM_ID_MSK(1, 7))
#define STM32_USART2_TX_DMA_CHN 0x04004000
#define STM32_HAS_USART3 FALSE
@@ -459,7 +459,7 @@
STM32_DMA_STREAM_ID_MSK(1, 6))
#define STM32_USART2_RX_DMA_CHN 0x00440000
#define STM32_USART2_TX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 4) |\
- STM32_DMA_STREAM_ID_MSK(1, 7)
+ STM32_DMA_STREAM_ID_MSK(1, 7))
#define STM32_USART2_TX_DMA_CHN 0x04004000
#define STM32_HAS_USART3 FALSE
@@ -694,7 +694,7 @@
STM32_DMA_STREAM_ID_MSK(1, 6))
#define STM32_USART2_RX_DMA_CHN 0x00440000
#define STM32_USART2_TX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 4) |\
- STM32_DMA_STREAM_ID_MSK(1, 7)
+ STM32_DMA_STREAM_ID_MSK(1, 7))
#define STM32_USART2_TX_DMA_CHN 0x04004000
#define STM32_HAS_USART3 FALSE