Create context structure for timer callback

Strucure is made of
-  LED (port, pin)
- Semaphore
- Timer handle
This commit is contained in:
2026-06-14 15:16:23 +02:00
parent 5b500d72ff
commit a75d42faeb
2 changed files with 15 additions and 1 deletions
-1
View File
@@ -141,7 +141,6 @@ void vLEDHeartbeat(void *argument)
{
HAL_GPIO_WritePin(led->port, led->pin, GPIO_PIN_RESET);
}
/* CODE END */
}
/* END vLEDHeartbeat */