Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
dalathegreat committed Feb 12, 2024
1 parent ae251b7 commit 9792b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/src/inverter/SMA-CAN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void send_can_sma() {

// Send CAN Message every 100ms
if (currentMillis - previousMillis100ms >= interval100ms) {
previousMillis1s = currentMillis;
previousMillis100ms = currentMillis;

ESP32Can.CANWriteFrame(&SMA_558);
ESP32Can.CANWriteFrame(&SMA_598);
Expand Down

0 comments on commit 9792b25

Please sign in to comment.