forked from Imagelibrary/rtems
Fix prototypes.
This commit is contained in:
@@ -74,7 +74,7 @@ void starttask(
|
||||
directive_failed( sc, "task start" );
|
||||
}
|
||||
|
||||
void doTest()
|
||||
void doTest(void)
|
||||
{
|
||||
rtems_status_code sc;
|
||||
int pass, i;
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
|
||||
/* #define HAVE_MENU */
|
||||
|
||||
rtems_task Test_task();
|
||||
void size_rtems( int mode );
|
||||
|
||||
rtems_task Init(
|
||||
|
||||
Reference in New Issue
Block a user