aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F0xx/IRQ_STORM/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F0xx/IRQ_STORM/mcuconf.h')
-rw-r--r--testhal/STM32F0xx/IRQ_STORM/mcuconf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/testhal/STM32F0xx/IRQ_STORM/mcuconf.h b/testhal/STM32F0xx/IRQ_STORM/mcuconf.h
index e08f91123..d0aabad08 100644
--- a/testhal/STM32F0xx/IRQ_STORM/mcuconf.h
+++ b/testhal/STM32F0xx/IRQ_STORM/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()