mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
Move forward Kernel submodule pointer (#218)
* Move forward Kernel submodule pointer * Fixing patches for CBMC proofs * Update proofs to assume cTxLock != 127 * Update proofs to assume cRxLock != 127
This commit is contained in:
parent
a691c6199e
commit
4a026fd703
7 changed files with 41 additions and 33 deletions
|
@ -12,11 +12,11 @@ index 17a6964e..24a40c29 100644
|
|||
|
||||
/*
|
||||
@@ -2957,7 +2957,7 @@ BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue )
|
||||
|
||||
|
||||
#if ( configUSE_QUEUE_SETS == 1 )
|
||||
|
||||
- static BaseType_t prvNotifyQueueSetContainer( const Queue_t * const pxQueue )
|
||||
+ BaseType_t prvNotifyQueueSetContainer( const Queue_t * const pxQueue )
|
||||
{
|
||||
Queue_t *pxQueueSetContainer = pxQueue->pxQueueSetContainer;
|
||||
BaseType_t xReturn = pdFALSE;
|
||||
|
||||
- static BaseType_t prvNotifyQueueSetContainer( const Queue_t * const pxQueue )
|
||||
+ BaseType_t prvNotifyQueueSetContainer( const Queue_t * const pxQueue )
|
||||
{
|
||||
Queue_t * pxQueueSetContainer = pxQueue->pxQueueSetContainer;
|
||||
BaseType_t xReturn = pdFALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue