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

@@ -221,7 +221,7 @@ static void del_cb(int index, void *ptr)
*((uint32_t *)ptr) = (TLSP_DEL_BASE << index); //Indicate deletion by setting task storage element to a unique value
}
static void task_cb(void)
static void task_cb(void *arg)
{
int core = xPortGetCoreID();
for(int i = 0; i < NO_OF_TLSP; i++){