1
0
Fork 0
forked from len0rd/rockbox

FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQ

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25736 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-04-27 10:11:52 +00:00
parent ee291a5e9b
commit 249aae587a
9 changed files with 242 additions and 58 deletions

View file

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