Add USB_FLASH_DRIVE_SUPPORT
This commit is contained in:
committed by
Scott Lahteine
parent
07fe8d28be
commit
2067619a26
@ -593,6 +593,10 @@ void idle(
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||
Sd2Card::idle();
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user