fix previous commit

implement button_init_device for ondio
include button.h to get prototypes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31621 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-08 00:18:43 +00:00
parent 95cf63b294
commit 7c547be19d
4 changed files with 6 additions and 4 deletions

View file

@ -25,7 +25,7 @@
#include "timer.h"
#if INCREASED_SCROLLWHEEL_POLLING
#include "button-target.h"
#include "button.h"
/* The scrollwheel is polled every 5 ms (the tick tasks only every 10) */
static int poll_scrollwheel = 0;