aboutsummaryrefslogtreecommitdiff
path: root/toys/example/test_scankey.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/example/test_scankey.c')
-rw-r--r--toys/example/test_scankey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/example/test_scankey.c b/toys/example/test_scankey.c
index 17eb0cfd..db900270 100644
--- a/toys/example/test_scankey.c
+++ b/toys/example/test_scankey.c
@@ -4,7 +4,7 @@
*
* TODO sigwinch
-USE_TEST_SCANKEY(NEWTOY(test_scankey, 0, 0))
+USE_TEST_SCANKEY(NEWTOY(test_scankey, 0, TOYFLAG_BIN))
config TEST_SCANKEY
bool "test_scankey"