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
No related merge requests found
......@@ -47,8 +47,7 @@ static enum power_supply_property bat_props[] = {
};
static struct power_supply_desc bat_desc = {
.name = "reform2_battery",
// .technology = POWER_SUPPLY_TECHNOLOGY_LiFe,
.name = "8xlifepo4",
.properties = bat_props,
.num_properties = ARRAY_SIZE(bat_props),
.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