Blink status LED1

This commit is contained in:
Jasper Blanckenburg 2024-09-05 20:29:33 +02:00
parent a2c6fbf97f
commit d1d61da006

View File

@ -180,6 +180,7 @@ int main(void)
if ((HAL_GetTick() - lasttick) > 100U) {
lasttick = HAL_GetTick();
can_sendloop();
HAL_GPIO_TogglePin(STATUS_LED1_GPIO_Port, STATUS_LED1_Pin);
}
// nominal WD time is 100ms, plus a bit of tolerance