Remove USE_USB_MSC_BUTTON_IPU. MSC_BUTTON_IPU to default true.

This commit is contained in:
jflyper 2018-09-20 16:38:49 +09:00
parent 6d6dfeeccc
commit e92b2a9626
1 changed files with 1 additions and 4 deletions

View File

@ -262,13 +262,10 @@
#ifndef USB_DETECT_PIN
#define USB_DETECT_PIN NONE
#endif
#ifndef USB_MSC_BUTTON_PIN
#define USB_MSC_BUTTON_PIN NONE
#endif
#if defined(USE_USB_MSC_BUTTON_IPU) && !defined(MSC_BUTTON_IPU)
#if !defined(MSC_BUTTON_IPU)
#define MSC_BUTTON_IPU true
#else
#define MSC_BUTTON_IPU false
#endif
#endif