diff options
Diffstat (limited to 'stmhal/file.h')
-rw-r--r-- | stmhal/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/file.h b/stmhal/file.h index f21ec6dab..e62fd826f 100644 --- a/stmhal/file.h +++ b/stmhal/file.h @@ -26,4 +26,5 @@ extern const byte fresult_to_errno_table[20]; +mp_obj_t fatfs_builtin_open(mp_uint_t n_args, const mp_obj_t *args, mp_map_t *kwargs); MP_DECLARE_CONST_FUN_OBJ(mp_builtin_open_obj); |