diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-16 10:07:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-16 10:07:20 +0000 |
commit | 964605b18e6e82f13f96041f1570b53fe4c63d89 (patch) | |
tree | 9f9f9ec5bb192a436c9362b904d0d6514544357b /testhal/STM32F0xx/EXT | |
parent | ce80dcb337586d700d37580a5768400abcc797be (diff) | |
download | ChibiOS-964605b18e6e82f13f96041f1570b53fe4c63d89.tar.gz ChibiOS-964605b18e6e82f13f96041f1570b53fe4c63d89.tar.bz2 ChibiOS-964605b18e6e82f13f96041f1570b53fe4c63d89.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4921 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F0xx/EXT')
-rw-r--r-- | testhal/STM32F0xx/EXT/mcuconf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testhal/STM32F0xx/EXT/mcuconf.h b/testhal/STM32F0xx/EXT/mcuconf.h index f3b8dc629..658b33a60 100644 --- a/testhal/STM32F0xx/EXT/mcuconf.h +++ b/testhal/STM32F0xx/EXT/mcuconf.h @@ -137,8 +137,4 @@ #define STM32_UART_USART2_IRQ_PRIORITY 3
#define STM32_UART_USART1_DMA_PRIORITY 0
#define STM32_UART_USART2_DMA_PRIORITY 0
-#define STM32_UART_USART1_RX_DMA_STREAM STM32_DMA_STREAM_ID(1, 3)
-#define STM32_UART_USART1_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 2)
-#define STM32_UART_USART2_RX_DMA_STREAM STM32_DMA_STREAM_ID(1, 5)
-#define STM32_UART_USART2_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 4)
#define STM32_UART_DMA_ERROR_HOOK(uartp) chSysHalt()
|