diff --git a/config/arch/cortexM4_stm32f4/stm32f407vg_stm32f4discovery/board_settings.h b/config/arch/cortexM4_stm32f4/stm32f407vg_stm32f4discovery/board_settings.h
index d33881ab461f38d48bea8cca6f68ce3bf81e3672..6d9ea0eb8f6a453bad57cf3ff3fce6690fb85883 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