mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-21 07:41:15 +08:00
@ -1667,7 +1667,7 @@ void prvPublishTask( void * pvParameters )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configASSERT( ( ulNotification & ( 1U < i ) ) == ( 1U << i ) );
|
configASSERT( ( ulNotification & ( 1U << i ) ) == ( 1U << i ) );
|
||||||
|
|
||||||
vPortFree( pxContexts[ i ] );
|
vPortFree( pxContexts[ i ] );
|
||||||
vPortFree( topicBuffers[ i ] );
|
vPortFree( topicBuffers[ i ] );
|
||||||
|
Reference in New Issue
Block a user