git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15261 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
a249bdb984
commit
22e97bb323
|
@ -280,8 +280,7 @@ int main(void) {
|
|||
drvFatFSObjectInit(&root_driver),
|
||||
"/rt");
|
||||
#else
|
||||
/* Initializing an overlay VFS object as a root, no overlaid driver,
|
||||
no need for a name.*/
|
||||
/* Initializing an overlay VFS object as a root, no overlaid driver.*/
|
||||
drvOverlayObjectInit(&root_overlay_driver, NULL, NULL);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue