Fix remaining -Wstrict-prototypes warnings

This commit is contained in:
Anton Maklakov
2019-07-30 11:53:48 +07:00
parent 1beb0869e1
commit 75c0066f93
22 changed files with 40 additions and 40 deletions

View File

@@ -2149,7 +2149,7 @@ void vTaskSuspendAll( void )
#if ( portNUM_PROCESSORS > 1 )
static BaseType_t xHaveReadyTasks()
static BaseType_t xHaveReadyTasks( void )
{
for (int i = tskIDLE_PRIORITY + 1; i < configMAX_PRIORITIES; ++i)
{