summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaconnect.h
diff options
context:
space:
mode:
authorTomasz Moń <desowin@gmail.com>2021-06-20 10:06:32 +0200
committerTomasz Moń <desowin@gmail.com>2021-06-20 10:33:46 +0000
commit2ca5774cf9613b0f2c1d31d6054911b8cb36e131 (patch)
treeedf53ec38a68ee731250664d9565f01d65e48496 /firmware/export/config/sansaconnect.h
parent0faf978c3dec53f62c0b1624e883e9ee03b9c788 (diff)
downloadrockbox-2ca5774cf9613b0f2c1d31d6054911b8cb36e131.tar.gz
rockbox-2ca5774cf9613b0f2c1d31d6054911b8cb36e131.zip
Sansa Connect: Indicate charging status
Consider battery level down to 0 as safe as OF continues to operate normally even when at level 0. Change-Id: Ie3889e5662b9fa6588e20ad02d8953f29e28800c
Diffstat (limited to 'firmware/export/config/sansaconnect.h')
-rw-r--r--firmware/export/config/sansaconnect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaconnect.h b/firmware/export/config/sansaconnect.h
index 016c8d108d..5909d3bf84 100644
--- a/firmware/export/config/sansaconnect.h
+++ b/firmware/export/config/sansaconnect.h
@@ -180,7 +180,7 @@
180#define FIRMWARE_OFFSET_FILE_DATA 8 180#define FIRMWARE_OFFSET_FILE_DATA 8
181 181
182/* Hardware controlled charging */ 182/* Hardware controlled charging */
183#define CONFIG_CHARGING CHARGING_SIMPLE 183#define CONFIG_CHARGING CHARGING_MONITOR
184 184
185#define CONFIG_USBOTG USBOTG_TNETV105 185#define CONFIG_USBOTG USBOTG_TNETV105
186 186