diff options
Diffstat (limited to 'shared/tinyusb/mp_usbd.h')
| -rw-r--r-- | shared/tinyusb/mp_usbd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/tinyusb/mp_usbd.h b/shared/tinyusb/mp_usbd.h index ef3234845..31234566b 100644 --- a/shared/tinyusb/mp_usbd.h +++ b/shared/tinyusb/mp_usbd.h @@ -125,7 +125,6 @@ inline static bool mp_usb_device_builtin_enabled(const mp_obj_usb_device_t *usbd static inline void mp_usbd_init(void) { // Without runtime USB support, this can be a thin wrapper wrapper around tusb_init() - extern bool tusb_init(void); tusb_init(); } |
