diff options
Diffstat (limited to 'shared/tinyusb/mp_usbd.c')
-rw-r--r-- | shared/tinyusb/mp_usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/tinyusb/mp_usbd.c b/shared/tinyusb/mp_usbd.c index 0edc489881..ea1de674bc 100644 --- a/shared/tinyusb/mp_usbd.c +++ b/shared/tinyusb/mp_usbd.c @@ -31,7 +31,7 @@ #if MICROPY_HW_ENABLE_USBDEV #ifndef NO_QSTR -#include "tusb.h" // TinyUSB is not avaiable when running the string preprocessor +#include "tusb.h" // TinyUSB is not available when running the string preprocessor #include "device/usbd.h" #include "device/usbd_pvt.h" #endif |