mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-08 07:07:47 -04:00
Void a few unused return values and make casting more C++ friendly.
This commit is contained in:
parent
bb2093cf5d
commit
8ceb665994
4 changed files with 11 additions and 11 deletions
|
@ -2182,7 +2182,7 @@ static portTASK_FUNCTION( prvIdleTask, pvParameters )
|
|||
traceLOW_POWER_IDLE_END();
|
||||
}
|
||||
}
|
||||
xTaskResumeAll();
|
||||
( void ) xTaskResumeAll();
|
||||
}
|
||||
}
|
||||
#endif /* configUSE_TICKLESS_IDLE */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue