forked from Imagelibrary/rtems
sptests - Eliminate missing prototype warnings
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
|
||||
#include "tmacros.h"
|
||||
|
||||
/* forward declarations to avoid warnings */
|
||||
rtems_task Init(rtems_task_argument argument);
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument ignored
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user