TimJTi commented on code in PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2003499952
########## examples/fbcon/Kconfig: ########## @@ -0,0 +1,184 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +config EXAMPLES_FBCON + tristate "Framebuffer console example" + default n + ---help--- + Enable the Framebuffer console example. + Relies on and selects NX and NXFONTS + +if EXAMPLES_FBCON + +comment "Console STDIN and/or STDOUt setup" Review Comment: Thanks @acassis - spotted it 2 minutes before you did lol. Now corrected. -- 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