X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fmcuconf.h;h=642989fa92f8ffd4bdbd338fb24a3b13eaec1fbf;hb=c518754bec4758cce7d899463f9c68612c3bf4e4;hp=2886487e605ac49ca017bf76efeb9024837945cd;hpb=6c8939998c64aafb8cdfa40e52a227bf72767648;p=mTask.git diff --git a/client/mcuconf.h b/client/mcuconf.h index 2886487..642989f 100644 --- a/client/mcuconf.h +++ b/client/mcuconf.h @@ -269,7 +269,7 @@ #define STM32_SERIAL_USE_USART3 TRUE #define STM32_SERIAL_USE_UART4 FALSE #define STM32_SERIAL_USE_UART5 FALSE -#define STM32_SERIAL_USE_USART6 FALSE +#define STM32_SERIAL_USE_USART6 TRUE #define STM32_SERIAL_USE_UART7 FALSE #define STM32_SERIAL_USE_UART8 FALSE #define STM32_SERIAL_USART1_PRIORITY 12 @@ -330,7 +330,7 @@ #define STM32_UART_USE_USART3 FALSE #define STM32_UART_USE_UART4 FALSE #define STM32_UART_USE_UART5 FALSE -#define STM32_UART_USE_USART6 FALSE +#define STM32_UART_USE_USART6 TRUE #define STM32_UART_USE_UART7 FALSE #define STM32_UART_USE_UART8 FALSE #define STM32_UART_USART1_RX_DMA_STREAM STM32_DMA_STREAM_ID(2, 5)