Skip to content

Commit

Permalink
Fix API signature parameter types
Browse files Browse the repository at this point in the history
  • Loading branch information
ammaree committed Dec 4, 2024
1 parent 4a73142 commit 9543cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeRTOS_Support.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void vRtosSemaphoreDelete(SemaphoreHandle_t *);
* @param uxTaskMask - specific task bitmap
* @return 0 if task should delete, 1 if it should run...
*/
bool bRtosTaskWaitOK(const u32_t ebX, u32_t ttW);
bool bRtosTaskWaitOK(const EventBits_t ebX, TickType_t ttW);

// ################################### Task status reporting #######################################

Expand Down

0 comments on commit 9543cbb

Please sign in to comment.