summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2014-10-02 20:58:20 +0200
committerSzymon Dziok <b0hoon@o2.pl>2014-10-02 20:58:20 +0200
commit174523ab58a6bfede3d11ee38b9288e899188584 (patch)
tree4187c74517b83a58ac383ec7fb0129aece259963
parent5640cb130cea258f0523f8f1c83ad50b41cde951 (diff)
downloadrockbox-174523ab58a6bfede3d11ee38b9288e899188584.tar.gz
rockbox-174523ab58a6bfede3d11ee38b9288e899188584.zip
YH920: fix the battery capacity.
Change-Id: I6c7a771d8f1f1284fc13f1b0d16744fa03741c43
-rw-r--r--firmware/export/config/samsungyh920.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h
index d40a065e00..f9d47008fb 100644
--- a/firmware/export/config/samsungyh920.h
+++ b/firmware/export/config/samsungyh920.h
@@ -141,9 +141,9 @@
141 141
142#define AB_REPEAT_ENABLE 142#define AB_REPEAT_ENABLE
143 143
144#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ 144#define BATTERY_CAPACITY_DEFAULT 900 /* default battery capacity */
145#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ 145#define BATTERY_CAPACITY_MIN 900 /* min. capacity selectable */
146#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ 146#define BATTERY_CAPACITY_MAX 1600 /* max. capacity selectable */
147#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 147#define BATTERY_CAPACITY_INC 50 /* capacity increment */
148#define BATTERY_TYPES_COUNT 1 /* only one type */ 148#define BATTERY_TYPES_COUNT 1 /* only one type */
149 149