forked from Imagelibrary/rtems
PR298. Made raw_input static.
This commit is contained in:
@@ -687,7 +687,7 @@ out:
|
||||
}
|
||||
|
||||
|
||||
void raw_input( struct termios *tp )
|
||||
static void raw_input( struct termios *tp )
|
||||
{
|
||||
printf( "\nTesting raw input input\n\n" );
|
||||
printf( "Hit 'q' to terminate the test\n" );
|
||||
|
||||
@@ -687,7 +687,7 @@ out:
|
||||
}
|
||||
|
||||
|
||||
void raw_input( struct termios *tp )
|
||||
static void raw_input( struct termios *tp )
|
||||
{
|
||||
printf( "\nTesting raw input input\n\n" );
|
||||
printf( "Hit 'q' to terminate the test\n" );
|
||||
|
||||
Reference in New Issue
Block a user