diff options
Diffstat (limited to 'ports/mimxrt/modmimxrt.h')
-rw-r--r-- | ports/mimxrt/modmimxrt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/mimxrt/modmimxrt.h b/ports/mimxrt/modmimxrt.h index e047716691..19cf799f88 100644 --- a/ports/mimxrt/modmimxrt.h +++ b/ports/mimxrt/modmimxrt.h @@ -30,5 +30,6 @@ extern const mp_obj_type_t mimxrt_flash_type; extern const mp_obj_module_t mp_module_mimxrt; +extern const mp_obj_type_t *mimxrt_msc_medium; #endif // MICROPY_INCLUDED_MIMXRT_MODMIMXRT_H |