Skip to content

Commit f942603

Browse files
DRNadlerrawalexe
authored andcommitted
Correct missing 'void' introduced in formatting 'correction'
1 parent 3ac9afb commit f942603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/task.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,7 @@ char * pcTaskGetName( TaskHandle_t xTaskToQuery ) PRIVILEGED_FUNCTION;
22352235
*/
22362236
UBaseType_t uxTaskCallForEachTask( void (* pxCallbackFunction)( TaskHandle_t xTask,
22372237
eTaskState eState,
2238-
* pvCallbackContext ),
2238+
void * pvCallbackContext ),
22392239
void * pvCallbackContext,
22402240
configRUN_TIME_COUNTER_TYPE * const pulTotalRunTime ) PRIVILEGED_FUNCTION;
22412241

0 commit comments

Comments
 (0)