rk30: adckey: sample time 10ms-->100ms

This commit is contained in:
kfx
2012-03-26 20:14:35 +08:00
parent def9940e41
commit e891a950c3

View File

@@ -6,7 +6,7 @@
#define LONG_PRESS_COUNT 100 //100 * 10 = 1000ms
#define ONE_SEC_COUNT (1000/DEFAULT_DEBOUNCE_INTERVAL)
#define ADC_SAMPLE_TIME 10
#define ADC_SAMPLE_TIME 100
struct rk29_keys_button {
int code;