Skip to content

Commit

Permalink
Update CanMsg.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BOBILLEChristophe authored Dec 11, 2023
1 parent 7b0f38f commit d8053bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CanMsg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
v 0.5.2 - 09/12/23
v 0.5.3 - 10/12/23
v 0.5.4 - 10/12/23 : Add POWERMODE::OVERLOAD
v 0.5.5 - 10/12/23 : Correction inversion :
v 0.5.5 - 11/12/23 : Correction inversion :
case 0xFE:
TrackManager::setMainPower(frameIn.data[0] ? POWERMODE::OFF : POWERMODE::ON);
Expand Down Expand Up @@ -246,4 +246,4 @@ void CanMsg::sendMsg(byte priorite, byte idExp, byte idDes, byte fonct, byte dat
frame.data[6] = data6;
frame.data[7] = data7;
CanMsg::sendMsg(frame);
}
}

0 comments on commit d8053bd

Please sign in to comment.