Skip to content

Commit 3a92880

Browse files
committed
fix build
1 parent 2b3c955 commit 3a92880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dfs/dfs_v2/filesystems/procfs/proc_devices.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static void save_info(struct device_show *dev, char *dev_name)
9999
}
100100
}
101101

102-
static rt_err_t list_device_hook_(rt_object_t *object, void *data)
102+
static rt_err_t list_device_hook_(rt_object_t object, void *data)
103103
{
104104
struct device_show *dev = (struct device_show *)data;
105105
struct rt_device *device = (struct rt_device *)object;

0 commit comments

Comments
 (0)