Add USB_FLASH_DRIVE_SUPPORT

This commit is contained in:
Marcio Teixeira
2018-07-02 09:06:17 -06:00
committed by Scott Lahteine
parent 07fe8d28be
commit 2067619a26
34 changed files with 5718 additions and 8 deletions

View File

@ -593,6 +593,10 @@ void idle(
#endif
}
#endif
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
Sd2Card::idle();
#endif
}
/**