Merge branch 'master' into fork/atoktoto/midihost

# Conflicts:
#	src/host/usbh.c
This commit is contained in:
hathach
2025-02-21 10:59:40 +07:00
66 changed files with 5171 additions and 420 deletions

View File

@@ -302,9 +302,9 @@ typedef enum {
enum {
CONTROL_STAGE_IDLE = 0,
CONTROL_STAGE_SETUP,
CONTROL_STAGE_DATA,
CONTROL_STAGE_ACK
CONTROL_STAGE_SETUP, // 1
CONTROL_STAGE_DATA, // 2
CONTROL_STAGE_ACK // 3
};
enum {