FIX : getfreemem callbacks to NULL

This commit is contained in:
Lailouezzz 2020-01-05 16:28:33 +01:00
parent 3d2a4b143a
commit 166610e7cf
Signed by: Lailouezzz
GPG Key ID: 03FCE8A99EF8482C
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
CASIO_LOCAL casio_fsfuncs_t posix_fs_funcs = {
NULL, &casio_make_posix_path, &casio_free_posix_path,
&casio_posix_stat, NULL, NULL, NULL,
&casio_posix_stat, NULL, NULL, NULL, NULL,
NULL, NULL, NULL
};

View File

@ -26,6 +26,7 @@ CASIO_LOCAL casio_fsfuncs_t sevenfs_callbacks = {
(casio_fs_freepath_t*)&casio_free_sevenfs_path,
NULL,
NULL,
NULL,
(casio_fs_del_t*)&casio_sevenfs_delete,
NULL,
(casio_fs_list_t*)&casio_sevenfs_list,