From b0753c33a03e193e6225ebb4b9dc3f789fe1b89a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Jul 2012 09:18:17 +0200 Subject: bsp/mpc55xx: Add MPC55XX_CONSOLE_MINOR Remove MPC55XX_ESCI_CONSOLE_MINOR. --- c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/powerpc/mpc55xxevb/console') diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c index 4f74b38394..9557699799 100644 --- a/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c +++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c @@ -12,6 +12,7 @@ * http://www.rtems.com/license/LICENSE. */ +#include #include #include #include @@ -37,4 +38,4 @@ CONSOLE_GENERIC_INFO_TABLE = { CONSOLE_GENERIC_INFO_COUNT; -CONSOLE_GENERIC_MINOR(0); +CONSOLE_GENERIC_MINOR(MPC55XX_CONSOLE_MINOR); -- cgit v1.2.3