Skip to content
Snippets Groups Projects
Commit 39d82704 authored by Nano's avatar Nano
Browse files

give it a bettery battery name

parent e1874b46
No related branches found
No related tags found
Loading
...@@ -47,8 +47,7 @@ static enum power_supply_property bat_props[] = { ...@@ -47,8 +47,7 @@ static enum power_supply_property bat_props[] = {
}; };
static struct power_supply_desc bat_desc = { static struct power_supply_desc bat_desc = {
.name = "reform2_battery", .name = "8xlifepo4",
// .technology = POWER_SUPPLY_TECHNOLOGY_LiFe,
.properties = bat_props, .properties = bat_props,
.num_properties = ARRAY_SIZE(bat_props), .num_properties = ARRAY_SIZE(bat_props),
.get_property = bat_get_property, .get_property = bat_get_property,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment