gustavonihei commented on code in PR #7917: URL: https://github.com/apache/nuttx/pull/7917#discussion_r1053277004
########## boards/Kconfig: ########## @@ -3672,6 +3682,9 @@ endif if ARCH_BOARD_ESP32S2_SAOLA_1 source "boards/xtensa/esp32s2/esp32s2-saola-1/Kconfig" endif +if ARCH_BOARD_ESP32S2_FRANZININHO +source "boards/xtensa/esp32s2/esp32s2-franzininho/Kconfig" +endif Review Comment: ```suggestion if ARCH_BOARD_FRANZININHO_WIFI source "boards/xtensa/esp32s2/franzininho-wifi/Kconfig" endif ``` Rename board name and its directory for consistency. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org