mirror of https://github.com/nirenjan/libx52.git
Clear up return-type warnings
parent
b39c13fe1b
commit
bbe86d554f
|
@ -313,7 +313,7 @@ const struct command_handler handlers[X52_CTL_CMD_MAX] = {
|
|||
}
|
||||
};
|
||||
|
||||
static int do_help(const struct command_handler *cmd)
|
||||
static void do_help(const struct command_handler *cmd)
|
||||
{
|
||||
int i;
|
||||
if (cmd) {
|
||||
|
|
|
@ -75,4 +75,6 @@ int test_blink_n_shift(void)
|
|||
|
||||
TEST_BLINK_OR_SHIFT(blink);
|
||||
TEST_BLINK_OR_SHIFT(shift);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue