mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
Remove wrong define for HiBy R3 Pro II BATTERY_DEV_NAME resulting in the device shutting down almost instantly.
Battery device name is 'battery' which is defaulted in hibylinux.h. Should fix FS#13760. Change-Id: I0aa3dc2c025fad94d70b37603ea42f93b442866e
This commit is contained in:
parent
e13619b888
commit
ef31aae6f4
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@
|
|||
|
||||
/* Battery doesn't update its charging status, but the charger does. */
|
||||
#define POWER_DEV_NAME "mp2731-charger"
|
||||
#define BATTERY_DEV_NAME "mp2731-charger"
|
||||
|
||||
/* Battery */
|
||||
#define BATTERY_TYPES_COUNT 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue