summaryrefslogtreecommitdiff
path: root/apps/examples/buttons
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/buttons')
-rw-r--r--apps/examples/buttons/buttons_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/buttons/buttons_main.c b/apps/examples/buttons/buttons_main.c
index 34b6c8055..987ab8559 100644
--- a/apps/examples/buttons/buttons_main.c
+++ b/apps/examples/buttons/buttons_main.c
@@ -37,7 +37,8 @@
* NOTE: This test exercises internal button driver interfaces. As such, it
* it relies on internal OS interfaces that are not normally available to a
* user-space program. As a result, this example cannot be used if a
- * NuttX is built as a protected, supervisor kernel (CONFIG_NUTTX_KERNEL).
+ * NuttX is built as a protected, supervisor kernel (CONFIG_BUILD_PROTECTED or
+ * CONFIG_BUILD_KERNEL).
****************************************************************************/
/****************************************************************************