start blinking immediately

This commit is contained in:
2024-04-21 20:31:34 -06:00
parent 5cf6056b15
commit 9ec94c5d00

View File

@ -43,6 +43,8 @@ int main(void)
return 0;
}
blink_set_period_ms(blink, BLINK_PERIOD_MS_MAX);
printk("Use the sensor to change LED blinking period\n");
while (1) {