Merge pull request #4858 from EmergReanimator/main

resolves #4153: Fixed build issue when CIRCUITPY_USB is off
This commit is contained in:
Scott Shawcroft 2021-06-04 10:42:36 -07:00 committed by GitHub
commit e1ebc37da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,9 @@
#include "shared-bindings/supervisor/RunReason.h"
#include "shared-bindings/supervisor/Runtime.h"
#if (CIRCUITPY_USB)
#include "tusb.h"
#endif
STATIC supervisor_run_reason_t _run_reason;