yamt commented on a change in pull request #3061: URL: https://github.com/apache/incubator-nuttx/pull/3061#discussion_r595694387
########## File path: boards/arm/stm32l4/stm32l476vg-disco/src/stm32_appinit.c ########## @@ -269,6 +269,7 @@ int board_app_initialize(uintptr_t arg) snprintf(blockdev, 18, "/dev/mtdblock%d", N25QXXX_MTD_MINOR); snprintf(chardev, 12, "/dev/mtd%d", N25QXXX_MTD_MINOR); +#if defined(CONFIG_BCH) Review comment: good point. fixed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org