Skip to content

Commit

Permalink
Remove xCoRoutineHandle definition from FreeRTOS.h
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell committed Nov 28, 2022
1 parent 893b6b2 commit 3d28cda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/FreeRTOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,6 @@
#define xTaskParameters TaskParameters_t
#define xTaskStatusType TaskStatus_t
#define xTimerHandle TimerHandle_t
#define xCoRoutineHandle CoRoutineHandle_t
#define pdTASK_HOOK_CODE TaskHookFunction_t
#define portTICK_RATE_MS portTICK_PERIOD_MS
#define pcTaskGetTaskName pcTaskGetName
Expand Down

0 comments on commit 3d28cda

Please sign in to comment.