mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 09:47:44 -04:00
parent
977b3abf54
commit
8b32c56573
1 changed files with 1 additions and 1 deletions
|
@ -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 ] );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue