validation: Fix variable type

This fixes test failures on targets using short enums.

Update #3716.
This commit is contained in:
Sebastian Huber
2023-08-08 17:05:01 +02:00
parent e02be3a8d1
commit 9a975e5211

View File

@@ -303,7 +303,7 @@ static void RtemsTaskValTask_Action_8( void )
static void RtemsTaskValTask_Action_9( void ) static void RtemsTaskValTask_Action_9( void )
{ {
rtems_status_code sc; rtems_status_code sc;
rtems_status_code id; rtems_id id;
/* /*
* Create a task. Check that the home scheduler of the created task is * Create a task. Check that the home scheduler of the created task is