uavcannode: fix format

This commit is contained in:
Julian Oes
2020-04-03 09:07:33 +02:00
parent ff1e5a595d
commit 4e091a369d

View File

@@ -343,8 +343,8 @@ void UavcanNode::Run()
if (battery.current_a > 0.0f) {
battery_info.status_flags = uavcan::equipment::power::BatteryInfo::STATUS_FLAG_CHARGING;
}
else {
} else {
battery_info.status_flags = uavcan::equipment::power::BatteryInfo::STATUS_FLAG_IN_USE;
}