mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Removed warning by adding return NULL.
This commit is contained in:
@@ -156,6 +156,7 @@ Thread _MPCI_Receive_server(
|
|||||||
FALSE,
|
FALSE,
|
||||||
RTEMS_NOT_CONFIGURED
|
RTEMS_NOT_CONFIGURED
|
||||||
);
|
);
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void _MPCI_Announce ( void )
|
void _MPCI_Announce ( void )
|
||||||
|
|||||||
Reference in New Issue
Block a user