bugfix Ina226.cpp

This commit is contained in:
Mit4el
2024-01-22 09:51:20 +03:00
committed by GitHub
parent 64099655ec
commit d05137b4d4

View File

@@ -89,7 +89,7 @@ public:
} }
void doByInterval() void doByInterval()
{ {
regEvent(vinstanceIna226(_addr)->getShuntVoltage(), "Ina226shuntvoltage"); regEvent(instanceIna226(_addr)->getShuntVoltage(), "Ina226shuntvoltage");
} }
~Ina226shuntvoltage(){}; ~Ina226shuntvoltage(){};