Run Bad USB immediately after connection (#1955)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
head47
2022-11-03 08:21:44 +03:00
committed by GitHub
parent 95182b266c
commit eee90c6c40
3 changed files with 40 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ typedef enum {
BadUsbStateInit,
BadUsbStateNotConnected,
BadUsbStateIdle,
BadUsbStateWillRun,
BadUsbStateRunning,
BadUsbStateDelay,
BadUsbStateDone,