mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-20 13:22:44 +08:00
[DFS][romfs] code cleanup
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
struct romfs_dirent
|
||||
{
|
||||
rt_uint32_t type; /* dirent type */
|
||||
rt_uint32_t type; /* dirent type */
|
||||
|
||||
const char *name; /* dirent name */
|
||||
const rt_uint8_t *data; /* file date ptr */
|
||||
|
||||
Reference in New Issue
Block a user