mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
testsuites/sptree01: Fix missing prototype warning
This commit is contained in:
committed by
Sebastian Huber
parent
81930e2638
commit
9eb23924e8
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
const char rtems_test_name[] = "SPTREE 1";
|
const char rtems_test_name[] = "SPTREE 1";
|
||||||
|
|
||||||
rtems_task Init( rtems_task_argument ignored )
|
static rtems_task Init( rtems_task_argument ignored )
|
||||||
{
|
{
|
||||||
TEST_BEGIN();
|
TEST_BEGIN();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user