forked from Imagelibrary/rtems
2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c: Fix warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* console/console.c: Fix warning.
|
||||||
|
|
||||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* make/custom/erc32.cfg: New (relocated from /make/custom).
|
* make/custom/erc32.cfg: New (relocated from /make/custom).
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* This driver uses the termios pseudo driver.
|
* This driver uses the termios pseudo driver.
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-1999.
|
* COPYRIGHT (c) 1989-2009.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
@@ -170,7 +170,7 @@ rtems_isr console_isr_b(
|
|||||||
* Return values: NONE
|
* Return values: NONE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void console_exit()
|
void console_exit(void)
|
||||||
{
|
{
|
||||||
uint32_t port;
|
uint32_t port;
|
||||||
uint32_t ch;
|
uint32_t ch;
|
||||||
|
|||||||
Reference in New Issue
Block a user