1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/kconfig/app.config
2019-12-04 15:23:52 +01:00

8 lines
203 B
Plaintext

# enable configuring message 1 via kconfig
CONFIG_KCONFIG_APP_MSG_1=y
# change message 1 text
CONFIG_APP_MSG_1_TEXT="Message 1 defined in app.config file"
# enable printing message 2
CONFIG_APP_MSG_2=y