jingfei195887 commented on code in PR #16738:
URL: https://github.com/apache/nuttx/pull/16738#discussion_r2215047337


##########
boards/arm/at32/at32f437-mini/src/at32_at24.c:
##########
@@ -108,14 +109,15 @@ int at32_at24_automount(int minor)
           return ret;
         }
 #else
-      /* And use the FTL layer to wrap the MTD driver as a block driver */
+      /* Register the MTD driver */
 
-      finfo("Initialize the FTL layer to create /dev/mtdblock%d\n",
-            AT24_MINOR);
-      ret = ftl_initialize(AT24_MINOR, mtd);
+      char path[NAME_MAX + 5];

Review Comment:
   yes , alreadt changed to 32 instead of macro now



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