mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-09 23:57:49 -04:00
Code review suggestions
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
f07958cc9d
commit
1daa39d5a1
1 changed files with 1 additions and 1 deletions
|
@ -4968,7 +4968,7 @@
|
|||
|
||||
BaseType_t MPU_xStreamBufferResetFromISR( StreamBufferHandle_t xStreamBuffer ) /*PRIVILEGED_FUNCTION */
|
||||
{
|
||||
BaseType_t xReturn = pdFALSE;
|
||||
BaseType_t xReturn = pdFAIL;
|
||||
StreamBufferHandle_t xInternalStreamBufferHandle = NULL;
|
||||
int32_t lIndex;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue