Void a few unused return values and make casting more C++ friendly.
This commit is contained in:
@ -2182,7 +2182,7 @@ static portTASK_FUNCTION( prvIdleTask, pvParameters )
|
||||
traceLOW_POWER_IDLE_END();
|
||||
}
|
||||
}
|
||||
xTaskResumeAll();
|
||||
( void ) xTaskResumeAll();
|
||||
}
|
||||
}
|
||||
#endif /* configUSE_TICKLESS_IDLE */
|
||||
|
Reference in New Issue
Block a user