4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 09:23:30 +08:00

[dfs][mqueue]Ensure that dev is initialized before mqueue (#8197)

This commit is contained in:
kk 2023-10-30 23:12:42 +08:00 committed by GitHub
parent e78cfdf64b
commit 7066761510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -162,4 +162,4 @@ int dfs_mqueue_init(void) {
}
return 0;
}
INIT_COMPONENT_EXPORT(dfs_mqueue_init);
INIT_ENV_EXPORT(dfs_mqueue_init);

View File

@ -238,4 +238,4 @@ int dfs_mqueue_init(void) {
}
return 0;
}
INIT_COMPONENT_EXPORT(dfs_mqueue_init);
INIT_ENV_EXPORT(dfs_mqueue_init);