mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 13:07:40 +08:00
fix for stm32
This commit is contained in:
parent
1f7a270d3e
commit
aa25406735
2
src/platforms/raw/fs_os.c
Normal file → Executable file
2
src/platforms/raw/fs_os.c
Normal file → Executable file
@ -1,5 +1,5 @@
|
|||||||
#include "base/fs.h"
|
#include "base/fs.h"
|
||||||
|
|
||||||
fs_t* os_fs(void) {
|
fs_t* os_fs(void) {
|
||||||
return (fs_t*)&s_os_fs;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user