Fix unset in ChargeCurrent

This commit is contained in:
Jm Casler 2021-01-16 20:45:10 -08:00 committed by GitHub
parent e2c9b17241
commit 855da8701e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -487,7 +487,7 @@ enum RegionCode {
configured. This is passed into the axp power management chip like on the tbeam.
*/
enum ChargeCurrent {
Unset = 0;
MAUnset = 0;
MA100 = 1;
MA190 = 2;
MA280 = 3;