Commit 897e233
committed
zephyr: including fs_interface.h
`fs_file_t` and `fs_dir_t` is defined in fs_interface.h.
However, platform_internal.h does not currently include it,
so the symbols can't be resolved.
We include it to resolve these definitions with
platform_internal.h standalone.
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>1 parent 5ba1b33 commit 897e233
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments