clear stall and reset data toggle when open edpt
required to pass one of msc test.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#define LED_PIN 17
|
||||
#define LED_STATE_ON 1
|
||||
|
||||
// Button
|
||||
// Button: D5
|
||||
#define BUTTON_PIN 15
|
||||
#define BUTTON_STATE_ACTIVE 0
|
||||
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
#define LED_PIN 16
|
||||
#define LED_STATE_ON 1
|
||||
|
||||
// Button
|
||||
#define BUTTON_PIN (32+14) // D5
|
||||
// Button: D5
|
||||
#define BUTTON_PIN (32+14)
|
||||
#define BUTTON_STATE_ACTIVE 0
|
||||
|
||||
// UART
|
||||
|
||||
Reference in New Issue
Block a user