summaryrefslogtreecommitdiff
path: root/common/keyboard_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/keyboard_scan.c')
-rw-r--r--common/keyboard_scan.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/keyboard_scan.c b/common/keyboard_scan.c
index 73a6e6fdaf..3ed60a27a7 100644
--- a/common/keyboard_scan.c
+++ b/common/keyboard_scan.c
@@ -808,8 +808,7 @@ static int command_ksstate(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(ksstate, command_ksstate,
"ksstate [on | off]",
- "Show or toggle printing keyboard scan state",
- NULL);
+ "Show or toggle printing keyboard scan state");
static int command_keyboard_press(int argc, char **argv)
{
@@ -854,6 +853,5 @@ static int command_keyboard_press(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(kbpress, command_keyboard_press,
"[col row [0 | 1]]",
- "Simulate keypress",
- NULL);
+ "Simulate keypress");
#endif