Fix usb calibrated SAMD21 builds

This commit is contained in:
Scott Shawcroft 2021-08-20 12:45:59 -07:00
parent d2860b58b0
commit 9f051ec7bf
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -85,6 +85,8 @@
#include "supervisor/shared/stack.h"
#include "supervisor/shared/tick.h"
#include "tusb.h"
#if CIRCUITPY_GAMEPADSHIFT
#include "shared-module/gamepadshift/__init__.h"
#endif