2008-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>

* shared/console/console.c: Fix typo.
This commit is contained in:
Joel Sherrill
2008-05-22 22:45:14 +00:00
parent 345fc11da9
commit 4ac1d235c6
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/console/console.c: Fix typo.
2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/console/console.c: Remove explicit switch and call

View File

@@ -286,7 +286,6 @@ rtems_device_driver console_control(
rtems_device_minor_number minor,
void *arg
)
)
{
/* does the BSP support break callbacks ? */
#if defined(BIOCSETBREAKCB) && defined(BIOCGETBREAKCB)