summaryrefslogtreecommitdiff
path: root/cc3200/mods/pybsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mods/pybsd.h')
-rw-r--r--cc3200/mods/pybsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/pybsd.h b/cc3200/mods/pybsd.h
index 5004441f3..145c7dc41 100644
--- a/cc3200/mods/pybsd.h
+++ b/cc3200/mods/pybsd.h
@@ -29,7 +29,7 @@
#if MICROPY_HW_HAS_SDCARD
extern const mp_obj_type_t pyb_sd_type;
-void pybsd_init0 (void);
+void pybsd_pre_init (void);
void pybsd_disable (void);
bool pybsd_is_mounted (void);
#endif