diff --git a/firmware/target/arm/ipod/button-clickwheel.c b/firmware/target/arm/ipod/button-clickwheel.c index 9f026658fb..632936965a 100644 --- a/firmware/target/arm/ipod/button-clickwheel.c +++ b/firmware/target/arm/ipod/button-clickwheel.c @@ -383,7 +383,7 @@ bool button_hold(void) #if CONFIG_CPU==S5L8701 return ((PDAT14 & (1 << 6)) == 0); #elif CONFIG_CPU==S5L8702 - return ((PDATE & (1 << 3)) == 0); + return ((PDATE & (1 << 4)) == 0); #endif }