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

@@ -34,10 +34,14 @@
#ifndef _SDVOLUME_H_
#define _SDVOLUME_H_
#include "SdFatConfig.h"
#include "Sd2Card.h"
#include "SdFatStructs.h"
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
#include "usb_flashdrive/Sd2Card_FlashDrive.h"
#else
#include "Sd2Card.h"
#endif
#include "SdFatConfig.h"
#include "SdFatStructs.h"
#include <stdint.h>
//==============================================================================