update
[mTask.git] / client / mcuconf.h
index b01b315..642989f 100644 (file)
 /*\r
  * SERIAL driver system settings.\r
  */\r
-#define STM32_SERIAL_USE_USART1             TRUE\r
+#define STM32_SERIAL_USE_USART1             FALSE\r
 #define STM32_SERIAL_USE_USART2             FALSE\r
 #define STM32_SERIAL_USE_USART3             TRUE\r
 #define STM32_SERIAL_USE_UART4              FALSE\r
 #define STM32_SERIAL_USE_UART5              FALSE\r
-#define STM32_SERIAL_USE_USART6             FALSE\r
+#define STM32_SERIAL_USE_USART6             TRUE\r
 #define STM32_SERIAL_USE_UART7              FALSE\r
 #define STM32_SERIAL_USE_UART8              FALSE\r
 #define STM32_SERIAL_USART1_PRIORITY        12\r
 #define STM32_UART_USE_USART3               FALSE\r
 #define STM32_UART_USE_UART4                FALSE\r
 #define STM32_UART_USE_UART5                FALSE\r
-#define STM32_UART_USE_USART6               FALSE\r
+#define STM32_UART_USE_USART6               TRUE\r
 #define STM32_UART_USE_UART7                FALSE\r
 #define STM32_UART_USE_UART8                FALSE\r
 #define STM32_UART_USART1_RX_DMA_STREAM     STM32_DMA_STREAM_ID(2, 5)\r