score: Allow MPCI packet receive function to block

This commit is contained in:
Sebastian Huber
2016-03-24 15:39:38 +01:00
parent 7a904cbe5e
commit a62c3aa39e

View File

@@ -343,6 +343,8 @@ void _MPCI_Receive_server(
);
for ( ; ; ) {
executing->receive_packet = NULL;
the_packet = _MPCI_Receive_packet();
if ( !the_packet )