mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
Modify comment error
Device file system should be registered
This commit is contained in:
@@ -326,7 +326,7 @@ static const struct dfs_filesystem_ops _device_fs =
|
||||
|
||||
int devfs_init(void)
|
||||
{
|
||||
/* register rom file system */
|
||||
/* register device file system */
|
||||
dfs_register(&_device_fs);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user