Update USB_FLASH_DRIVE_SUPPORT (#15021)

This commit is contained in:
Marcio Teixeira
2019-08-24 00:47:19 -06:00
committed by Scott Lahteine
parent 20fc66f875
commit da601d5114
149 changed files with 12939 additions and 693 deletions

View File

@ -1027,8 +1027,8 @@
*/
#define USB_FLASH_DRIVE_SUPPORT
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
#define USB_CS_PIN SDSS
#define USB_INTR_PIN SD_DETECT_PIN
#define USB_CS_PIN SDSS
#define USB_INTR_PIN SD_DETECT_PIN
#endif
/**