Skip to content

Commit

Permalink
Remove uxSemaphoreGetCountFromISR function macro
Browse files Browse the repository at this point in the history
- It is now part of FreeRTOS kernel source code
  • Loading branch information
VladimirUmek committed Mar 8, 2024
1 parent 14a5971 commit fb02ad3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,6 @@ void SysTick_Handler (void) {
}
#endif /* SysTick */

/*
Function macro used to retrieve semaphore count from ISR
*/
#ifndef uxSemaphoreGetCountFromISR
#define uxSemaphoreGetCountFromISR( xSemaphore ) uxQueueMessagesWaitingFromISR( ( QueueHandle_t ) ( xSemaphore ) )
#endif

/*
Determine if CPU executes from interrupt context or if interrupts are masked.
*/
Expand Down

0 comments on commit fb02ad3

Please sign in to comment.