2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
This commit is contained in:
Joel Sherrill
2002-01-06 20:10:34 +00:00
parent 1bab6c6d02
commit 15b5b4d0cc
2 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,

View File

@@ -11,12 +11,6 @@
* $Id$ * $Id$
*/ */
#define NO_BSP_INIT
/* only one of the following can be defined */
#define SERIAL_INPUT /* use serial input */
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include "concntl.h" #include "concntl.h"