From 1e77f1b1f27f06a9c45538db9cb36ee9bc2609f9 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 4 Jun 2017 11:26:37 -0400 Subject: [PATCH] #437 --- firmware/console/eficonsole.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/firmware/console/eficonsole.cpp b/firmware/console/eficonsole.cpp index 17922b9324..decfc9f883 100644 --- a/firmware/console/eficonsole.cpp +++ b/firmware/console/eficonsole.cpp @@ -56,9 +56,6 @@ static void sayHello(void) { #ifdef CH_FREQUENCY scheduleMsg(&logger, "CH_FREQUENCY=%d", CH_FREQUENCY); #endif -#ifdef SERIAL_SPEED - scheduleMsg(&logger, "SERIAL_SPEED=%d", SERIAL_SPEED); -#endif #ifdef CORTEX_MAX_KERNEL_PRIORITY scheduleMsg(&logger, "CORTEX_MAX_KERNEL_PRIORITY=%d", CORTEX_MAX_KERNEL_PRIORITY);