summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/Kconfig
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-06-06 17:42:19 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-06-06 17:42:19 +0200
commite4903c7d94661c3433ebe0b7ee244f13c3dae549 (patch)
treef400f5514916fa75df1a79836fedec22bde6ad9a /apps/examples/nxtext/Kconfig
parent3dfc0b6d951ffce1657167e56feb5609dd3ef167 (diff)
parent303cf6c26e2f96c1909ca977b8ce86b0b761b444 (diff)
downloadpx4-nuttx-e4903c7d94661c3433ebe0b7ee244f13c3dae549.tar.gz
px4-nuttx-e4903c7d94661c3433ebe0b7ee244f13c3dae549.tar.bz2
px4-nuttx-e4903c7d94661c3433ebe0b7ee244f13c3dae549.zip
Merge branch 'upstream' into hardware_flow_control
Diffstat (limited to 'apps/examples/nxtext/Kconfig')
-rw-r--r--apps/examples/nxtext/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nxtext/Kconfig b/apps/examples/nxtext/Kconfig
index 6b220b2a2..d7c6d507a 100644
--- a/apps/examples/nxtext/Kconfig
+++ b/apps/examples/nxtext/Kconfig
@@ -100,14 +100,14 @@ config EXAMPLES_NXTEXT_DEFAULT_FONT
if !EXAMPLES_NXTEXT_DEFAULT_FONT
config EXAMPLES_NXTEXT_BGFONTID
- bool "Background font ID"
+ int "Background font ID"
default 0
---help---
Selects the font used in the background window (see font ID numbers
in include/nuttx/nx/nxfonts.h)
config EXAMPLES_NXTEXT_PUFONTID
- bool "Pop-up font ID"
+ int "Pop-up font ID"
default 0
---help---
Selects the font used in the pop-up window (see font ID numbers