Blink status LED1
This commit is contained in:
parent
a2c6fbf97f
commit
d1d61da006
@ -180,6 +180,7 @@ int main(void)
|
|||||||
if ((HAL_GetTick() - lasttick) > 100U) {
|
if ((HAL_GetTick() - lasttick) > 100U) {
|
||||||
lasttick = HAL_GetTick();
|
lasttick = HAL_GetTick();
|
||||||
can_sendloop();
|
can_sendloop();
|
||||||
|
HAL_GPIO_TogglePin(STATUS_LED1_GPIO_Port, STATUS_LED1_Pin);
|
||||||
}
|
}
|
||||||
|
|
||||||
// nominal WD time is 100ms, plus a bit of tolerance
|
// nominal WD time is 100ms, plus a bit of tolerance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user