aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F429-DISCOVERY/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/RT-STM32F429-DISCOVERY/main.c')
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY/main.c b/demos/STM32/RT-STM32F429-DISCOVERY/main.c
index 4c23d280a..f423b233e 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY/main.c
+++ b/demos/STM32/RT-STM32F429-DISCOVERY/main.c
@@ -59,9 +59,6 @@ static THD_FUNCTION(Thread2, arg) {
/* Command line related. */
/*===========================================================================*/
-/* Virtual serial port over USB.*/
-SerialUSBDriver SDU1;
-
#define SHELL_WA_SIZE THD_WORKING_AREA_SIZE(2048)
#define TEST_WA_SIZE THD_WORKING_AREA_SIZE(256)