]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/Reliance-Edge/core/driver/core.c
Update Reliance Edge fail safe file system to the latest version.
[freertos] / FreeRTOS-Plus / Source / Reliance-Edge / core / driver / core.c
index 22c44f466d22ca8033405529863ceeb9496bf186..06c3a23eb0eb4552ba23075b53ddb94b281f4c61 100644 (file)
@@ -65,7 +65,7 @@ VOLUME         * CONST_IF_ONE_VOLUME gpRedVolume = &gaRedVolume[0U];
 COREVOLUME     * CONST_IF_ONE_VOLUME gpRedCoreVol = &gaCoreVol[0U];\r
 METAROOT       *gpRedMR = &gaCoreVol[0U].aMR[0U];\r
 \r
-CONST_IF_ONE_VOLUME uint8_t gbRedVolNum;\r
+CONST_IF_ONE_VOLUME uint8_t gbRedVolNum = 0;\r
 \r
 \r
 /** @brief Initialize the Reliance Edge file system driver.\r
@@ -1235,7 +1235,7 @@ REDSTATUS RedCoreLookup(
     @param pszSrcName   The name of the file or directory to rename.\r
     @param ulDstPInode  The new parent directory inode number of the file or\r
                         directory after the rename.\r
-    @param pszNewPath   The new name of the file or directory after the rename.\r
+    @param pszDstName   The new name of the file or directory after the rename.\r
 \r
     @return A negated ::REDSTATUS code indicating the operation result.\r
 \r
@@ -1314,7 +1314,7 @@ REDSTATUS RedCoreRename(
     @param pszSrcName   The name of the file or directory to rename.\r
     @param ulDstPInode  The new parent directory inode number of the file or\r
                         directory after the rename.\r
-    @param pszNewPath   The new name of the file or directory after the rename.\r
+    @param pszDstName   The new name of the file or directory after the rename.\r
 \r
     @return A negated ::REDSTATUS code indicating the operation result.\r
 \r