1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-05-05 15:54:34 +00:00

Poll card detect line periodically (#111)

This commit is contained in:
Gyorgy Szombathelyi
2024-02-10 16:15:45 +01:00
parent 38fca2e6e5
commit 37dbd32466

3
main.c
View File

@@ -222,6 +222,9 @@ int main(void)
usb_dev_open();
while (1) {
if (fat_uses_mmc())
MMC_CheckCard();
cdc_control_poll();
storage_control_poll();