diff options
Diffstat (limited to 'stmhal/sdcard.h')
-rw-r--r-- | stmhal/sdcard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/sdcard.h b/stmhal/sdcard.h index ccc24927e..237e48d8b 100644 --- a/stmhal/sdcard.h +++ b/stmhal/sdcard.h @@ -41,4 +41,4 @@ extern const struct _mp_obj_type_t pyb_sdcard_type; extern const struct _mp_obj_base_t pyb_sdcard_obj; struct _fs_user_mount_t; -void sdcard_init_vfs(struct _fs_user_mount_t *vfs); +void sdcard_init_vfs(struct _fs_user_mount_t *vfs, int part); |