mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
@@ -392,7 +392,7 @@ static void DoAction( void *ctx_in )
|
||||
);
|
||||
}
|
||||
|
||||
static void WorkerTask( unsigned int argument )
|
||||
static void WorkerTask( rtems_task_argument argument )
|
||||
{
|
||||
Context *ctx = (Context *) argument;
|
||||
if ( ctx != NULL ) {
|
||||
|
||||
Reference in New Issue
Block a user