diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-02-22 21:22:45 +0100 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-02-22 21:22:45 +0100 |
| commit | 3f116769fded08d8fe4d08d4b1de4a7ba4738390 (patch) | |
| tree | 57b4c3629479bb8a51c7117a0fa91b42fef4ef4d | |
| parent | ebb7057bcff9023caaa53648240144eb9f1539e2 (diff) | |
| download | rockbox-3f116769fded08d8fe4d08d4b1de4a7ba4738390.zip rockbox-3f116769fded08d8fe4d08d4b1de4a7ba4738390.tar.gz rockbox-3f116769fded08d8fe4d08d4b1de4a7ba4738390.tar.bz2 rockbox-3f116769fded08d8fe4d08d4b1de4a7ba4738390.tar.xz | |
zenxfi3: fix yellow
Change-Id: Id7eca51aa1c19cbb1798a0c8eeb5105ee4dc4769
| -rw-r--r-- | firmware/target/arm/imx233/creative-zenxfi3/button-zenxfi3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/creative-zenxfi3/button-zenxfi3.c b/firmware/target/arm/imx233/creative-zenxfi3/button-zenxfi3.c index 0c41785..d048099 100644 --- a/firmware/target/arm/imx233/creative-zenxfi3/button-zenxfi3.c +++ b/firmware/target/arm/imx233/creative-zenxfi3/button-zenxfi3.c @@ -164,4 +164,5 @@ int button_read_device(void) res &= ~BUTTON_POWER; else power_ignore_counter--; + return res; } |