2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>

* console/console.c: Spacing.
This commit is contained in:
Joel Sherrill
2009-08-10 14:27:48 +00:00
parent 49f60a3801
commit da8946a492
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c: Spacing.
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to

View File

@@ -764,7 +764,6 @@ rtems_device_driver console_open(
rtems_termios_set_initial_baud( ttyp[minor], GEN5200_CONSOLE_BAUD );
return sc;
}