jlaitine commented on code in PR #19018: URL: https://github.com/apache/nuttx/pull/19018#discussion_r3346320961
########## drivers/mtd/ftl.c: ########## @@ -80,10 +80,12 @@ struct ftl_struct_s FAR uint8_t *eblock; /* One, in-memory erase block */ int oflags; +#ifdef CONFIG_MTD_NAND Review Comment: I pushed the above; it gives the same functionality as the previous version, but is perhaps architecturally more correct. I also modified a couple of comments in the ftl.c, which unnecessarily mention "nand" where the functionality is in fact generic.... -- 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]
