Remove semaphores in favor of task notifications
- Less overhead, simpler to manage - Semaphores are apparently overkill for a simple blink timer
This commit is contained in:
@@ -44,7 +44,6 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
LED_Config *led;
|
||||
osSemaphoreId_t semaphore;
|
||||
} LEDContext;
|
||||
/* USER CODE END PTD */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user