mlyszczek commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2201953562
########## boards/arm/stm32/stm32f4discovery/src/stm32_bringup.c: ########## @@ -452,6 +456,16 @@ int stm32_bringup(void) } #endif +#ifdef CONFIG_INPUT_SBUTTON + /* Register the Single Button Dual Action driver */ + + ret = board_sbutton_initialize(0); Review Comment: I guess you can ignore that. Expanded file and it just follows current convention of naming scheme. -- 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