MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / dfs_skt_init

Function dfs_skt_init

components/dfs/dfs_v2/filesystems/skeleton/skeleton.c:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88};
89
90int dfs_skt_init(void)
91{
92 /* register rom file system */
93 dfs_register(&_skt_fs);
94 return 0;
95}
96INIT_COMPONENT_EXPORT(dfs_skt_init);

Callers

nothing calls this directly

Calls 1

dfs_registerFunction · 0.50

Tested by

no test coverage detected