1
0
Fork 0
forked from len0rd/rockbox

HD300 - decrease touchstrip sensitivity

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28707 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2010-11-29 13:28:28 +00:00
parent aa2abed587
commit db1e051bf0

View file

@ -28,7 +28,7 @@
#include "adc.h" #include "adc.h"
#include "powermgmt.h" #include "powermgmt.h"
#define SLIDER_BASE_SENSITIVITY 6 #define SLIDER_BASE_SENSITIVITY 8
/* GPI7 H-L, GPI6 H-L, GPI7 L-H, GPI6 L-H */ /* GPI7 H-L, GPI6 H-L, GPI7 L-H, GPI6 L-H */
#define SLIDER_GPIO_MASK ((1<<15)|(1<<14)|(1<<7)|(1<<6)) #define SLIDER_GPIO_MASK ((1<<15)|(1<<14)|(1<<7)|(1<<6))