Skip to content

Commit

Permalink
KLAPSE : Fix prototype warn
Browse files Browse the repository at this point in the history
Signed-off-by: Tanish Manku <tanish2k09.dev@gmail.com>
Signed-off-by: kingbri <bdashore3@gmail.com>
  • Loading branch information
tanish2k09 authored and acuicultor committed Dec 18, 2020
1 parent ad208cc commit 091f5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/klapse/klapse.c
Expand Up @@ -256,7 +256,7 @@ static void pulse(unsigned long data)
restart_timer();
}

static void step_current_rgb_to_flow()
static void step_current_rgb_to_flow(void)
{
if (current_r < flow_r)
++current_r;
Expand Down

0 comments on commit 091f5ec

Please sign in to comment.