Create context structure for timer callback
Strucure is made of - LED (port, pin) - Semaphore - Timer handle
This commit is contained in:
@@ -141,7 +141,6 @@ void vLEDHeartbeat(void *argument)
|
||||
{
|
||||
HAL_GPIO_WritePin(led->port, led->pin, GPIO_PIN_RESET);
|
||||
}
|
||||
|
||||
/* CODE END */
|
||||
}
|
||||
/* END vLEDHeartbeat */
|
||||
|
||||
Reference in New Issue
Block a user