Mercurial > public > ostc4
diff Small_CPU/Src/batteryCharger.c @ 644:ebe3fc302ab8
Compile with ENABLE_CHARGER_STATUS_V2
author | heinrichs weikamp |
---|---|
date | Tue, 30 Mar 2021 10:34:12 +0200 |
parents | 5149cd644fbc |
children | e58f81cb25a7 |
line wrap: on
line diff
--- a/Small_CPU/Src/batteryCharger.c Wed Mar 24 22:06:00 2021 +0100 +++ b/Small_CPU/Src/batteryCharger.c Tue Mar 30 10:34:12 2021 +0200 @@ -17,7 +17,7 @@ enabled. As a note, the output of the charger supply will not be enabled if the VRECT-REG does not converge to the no-load target voltage. -CHG F4 7 O Open-drain output – active when BAT is enabled. Float if not used. +CHG F4 7 O Open-drain output � active when BAT is enabled. Float if not used. @endverbatim ****************************************************************************** @@ -35,7 +35,7 @@ /* Use This compile switch to select the new charger status control implementation */ -/* #define ENABLE_CHARGER_STATUS_V2 */ +#define ENABLE_CHARGER_STATUS_V2 #define CHARGE_IN_PIN GPIO_PIN_2 #define CHARGE_IN_GPIO_PORT GPIOC