mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/hello_nim/Kconfig: name consistent with other Hello World apps
Use "Hello, language" scheme to keep the naming consistency with other Hello World applications for different languages. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
96a003072d
commit
7dc8cec1ac
1 changed files with 2 additions and 2 deletions
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
|
||||
config EXAMPLES_HELLO_NIM
|
||||
tristate "\"Hello, World!\" example (Nim)"
|
||||
tristate "\"Hello, Nim!\" example"
|
||||
default n
|
||||
---help---
|
||||
Enable the \"Hello, World!\" example
|
||||
Enable the \"Hello, Nim!\" example in Nim language
|
||||
|
||||
if EXAMPLES_HELLO_NIM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue