git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15261 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-12-26 11:21:47 +00:00
parent a249bdb984
commit 22e97bb323
1 changed files with 1 additions and 2 deletions

View File

@ -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