1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-20 23:05:12 +03:00

[Taranis] DMA2_Stream1 used for SBUS Rx in the module bay

This commit is contained in:
Bertrand Songis 2016-05-14 12:12:01 +02:00
parent 0467ef862f
commit 29d1c4f6f6

View file

@ -407,7 +407,7 @@
#define HEARTBEAT_USART USART6 #define HEARTBEAT_USART USART6
#define HEARTBEAT_USART_IRQHandler USART6_IRQHandler #define HEARTBEAT_USART_IRQHandler USART6_IRQHandler
#define HEARTBEAT_USART_IRQn USART6_IRQn #define HEARTBEAT_USART_IRQn USART6_IRQn
#define HEARTBEAT_DMA_Stream DMA2_Stream2 #define HEARTBEAT_DMA_Stream DMA2_Stream1
#define HEARTBEAT_DMA_Channel DMA_Channel_5 #define HEARTBEAT_DMA_Channel DMA_Channel_5
// USB // USB