mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-20 23:27:39 +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( topicBuffers[ i ] );
|
||||
|
Reference in New Issue
Block a user