Fixed typo

This commit is contained in:
Rocky04
2023-08-07 20:59:08 +02:00
committed by GitHub
parent 45af3d6a83
commit 12ed867b5e

View File

@@ -182,7 +182,7 @@ void tud_resume_cb(void)
}
else
{
xTimerChangePeriod(blinky_tm, pdMS_TO_TICKS(BLINK_SUSPENDED), 0);
xTimerChangePeriod(blinky_tm, pdMS_TO_TICKS(BLINK_NOT_MOUNTED), 0);
}
}