mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:35:38 +08:00
validation: Fix variable type
This fixes test failures on targets using short enums. Update #3716.
This commit is contained in:
@@ -303,7 +303,7 @@ static void RtemsTaskValTask_Action_8( void )
|
||||
static void RtemsTaskValTask_Action_9( void )
|
||||
{
|
||||
rtems_status_code sc;
|
||||
rtems_status_code id;
|
||||
rtems_id id;
|
||||
|
||||
/*
|
||||
* Create a task. Check that the home scheduler of the created task is
|
||||
|
||||
Reference in New Issue
Block a user