Skip to content

Commit dc6ced4

Browse files
2 parents 9922aec + f2c1133 commit dc6ced4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sim/Controller_BL0942.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void CControllerBL0942::onDrawn() {
7272
if (txt_current->isBeingEdited() == false) {
7373
realCurrent = txt_current->getFloat();
7474
}
75-
Sim_SendFakeBL0942Packet(realVoltage, realPower, realCurrent);
75+
Sim_SendFakeBL0942Packet(realVoltage, realCurrent, realPower);
7676
}
7777
class CControllerBase *CControllerBL0942::cloneController(class CShape *origOwner, class CShape *newOwner) {
7878
CControllerBL0942 *r = new CControllerBL0942();

0 commit comments

Comments
 (0)