summaryrefslogtreecommitdiff
path: root/cc3200/mods/pybsd.h
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-09-03 11:25:44 +0200
committerDaniel Campora <daniel@wipy.io>2015-09-10 07:59:35 +0200
commitd5e256486eafab543c3e24850fe87136c2f0575d (patch)
tree7082fb8108308a8b39f9c44423097e8f453c3bc6 /cc3200/mods/pybsd.h
parent42054c3cad3c31fa25c09450577d986b62d983c0 (diff)
cc3200: Re-work Pin class according to the new API.
Also add relevant test.
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