summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/console/console.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/console/console.c b/c/src/lib/libbsp/m68k/uC5282/console/console.c
index f651309fb4..574c1c9633 100644
--- a/c/src/lib/libbsp/m68k/uC5282/console/console.c
+++ b/c/src/lib/libbsp/m68k/uC5282/console/console.c
@@ -42,7 +42,11 @@ _BSP_null_char( char c )
}
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
-#define MAX_UART_INFO 3
+/*
+ * The MCF5282 has three UARTs but we enable only two here since it's likely
+ * that the I/O pins available to the third will be used for CAN/I2C
+ */
+#define MAX_UART_INFO 2
#define RX_BUFFER_SIZE 512
struct IntUartInfoStruct