mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
fs_initialize() is no longer weak
This commit is contained in:
@@ -459,12 +459,7 @@ void os_start(void)
|
||||
#if CONFIG_NFILE_DESCRIPTORS > 0
|
||||
/* Initialize the file system (needed to support device drivers) */
|
||||
|
||||
#ifdef CONFIG_HAVE_WEAKFUNCTIONS
|
||||
if (fs_initialize != NULL)
|
||||
#endif
|
||||
{
|
||||
fs_initialize();
|
||||
}
|
||||
fs_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NET
|
||||
|
||||
Reference in New Issue
Block a user