summaryrefslogtreecommitdiff
path: root/board/damu
diff options
context:
space:
mode:
Diffstat (limited to 'board/damu')
-rw-r--r--board/damu/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/damu/board.c b/board/damu/board.c
index 4f5ce743b4..dab8e8684a 100644
--- a/board/damu/board.c
+++ b/board/damu/board.c
@@ -209,7 +209,7 @@ int board_set_active_charge_port(int charge_port)
* even when battery is disconnected, keep VBAT rail on but
* set the charging current to minimum.
*/
- charger_set_current(0);
+ charger_set_current(CHARGER_SOLO, 0);
break;
default:
panic("Invalid charge port\n");