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

Function flopyy_system_init

bsp/x86/applications/mnt.c:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include <dfs.h>
15
16int flopyy_system_init(void)
17{
18 extern int rt_floppy_init(void);
19 return rt_floppy_init();
20}
21INIT_ENV_EXPORT(flopyy_system_init);
22
23#if defined(RT_USING_DFS_ROMFS)

Callers

nothing calls this directly

Calls 1

rt_floppy_initFunction · 0.85

Tested by

no test coverage detected