chrade commented on a change in pull request #5453:
URL: https://github.com/apache/incubator-nuttx/pull/5453#discussion_r803381901



##########
File path: boards/arm/phy62xx/phy6222/src/bringup.c
##########
@@ -125,16 +137,26 @@ int phy62xx_bringup(void)
 
       /* Mount the LittleFS file system */
 
-      ret = nx_mount("/dev/mtd", "/mnt/lfs", "littlefs", 0,
+      ret = nx_mount("/dev/mtd", "/data", "littlefs", 0,
                 "forceformat");

Review comment:
       ok , i will fix it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to