mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2005-05-20 Joel Sherrill <joel@OARcorp.com>
* console/duart.c: Remove warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-05-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/duart.c: Remove warning.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
@@ -37,7 +37,7 @@ unsigned char Pit_initialized = 0;
|
||||
/*#####################################################################
|
||||
# The volatile routine to initialize the duart -- port a and port b
|
||||
######################################################################*/
|
||||
volatile void init_pit()
|
||||
void init_pit()
|
||||
{
|
||||
/*
|
||||
* ports A & B while configuring PIT by:
|
||||
|
||||
Reference in New Issue
Block a user