Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit fde056b

Browse files
author
Olav de Haas
committed
Initialise masterOnlineToggle to false
1 parent 7661647 commit fde056b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

march_hardware/src/PowerDistributionBoard.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ PowerDistributionBoard::PowerDistributionBoard(int slaveIndex, NetMonitorOffsets
1414
this->netDriverOffsets = netDriverOffsets;
1515
this->highVoltage = HighVoltage(slaveIndex, netMonitoringOffsets, netDriverOffsets);
1616
this->lowVoltage = LowVoltage(slaveIndex, netMonitoringOffsets, netDriverOffsets);
17+
this->masterOnlineToggle = false;
1718
}
1819

1920
float PowerDistributionBoard::getPowerDistributionBoardCurrent()

0 commit comments

Comments
 (0)