diff --git a/firmware/target/arm/as3525/sansa-e200v2/button-e200v2.c b/firmware/target/arm/as3525/sansa-e200v2/button-e200v2.c index 624466b1a6..e1d5d1d2cf 100644 --- a/firmware/target/arm/as3525/sansa-e200v2/button-e200v2.c +++ b/firmware/target/arm/as3525/sansa-e200v2/button-e200v2.c @@ -205,7 +205,7 @@ int button_read_device(void) GPIOC_DIR &= ~(1<<2|1<<3|1<<4|1<<5|1<<6); - int delay = 2; /* small delay needed to read buttons correctly */ + int delay = 8; /* small delay needed to read buttons correctly */ while(delay--); /* direct GPIO connections */