From 11efca80d311e02aa2246e8488e9dc94ced0c994 Mon Sep 17 00:00:00 2001
From: Federico Terraneo <fede.tft@miosix.org>
Date: Sun, 12 Nov 2017 10:46:44 +0100
Subject: [PATCH] Enabled auxtty on stm32f407 discovery

---
 .../stm32f407vg_stm32f4discovery/board_settings.h               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/arch/cortexM4_stm32f4/stm32f407vg_stm32f4discovery/board_settings.h b/config/arch/cortexM4_stm32f4/stm32f407vg_stm32f4discovery/board_settings.h
index d33881ab4..6d9ea0eb8 100644
--- a/config/arch/cortexM4_stm32f4/stm32f407vg_stm32f4discovery/board_settings.h
+++ b/config/arch/cortexM4_stm32f4/stm32f407vg_stm32f4discovery/board_settings.h
@@ -68,7 +68,7 @@ const unsigned int defaultSerialSpeed=19200;
 const bool defaultSerialFlowctrl=false;
 // Aux serial port (hardcoded USART2 PA2=TX, PA3=RX).
 // Uncomment AUX_SERIAL to enable. The device will appear as /dev/auxtty.
-//#define AUX_SERIAL "auxtty"
+#define AUX_SERIAL "auxtty"
 const unsigned int auxSerialSpeed=9600;
 const bool auxSerialFlowctrl=false;
 //#define SERIAL_1_DMA //Serial 1 is not used, so not enabling DMA
-- 
GitLab