Skip to content

Commit

Permalink
GDI4_MAGIC
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Oct 23, 2023
1 parent 322b072 commit 6fda91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GDI-4ch/firmware/can.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void SendSomething() {
m_frame.data8[1] = configuration.updateCounter;
m_frame.data8[2] = isOverallHappyStatus;
m_frame.data8[6] = (int)chip.fault;
m_frame.data8[7] = 0x67;
m_frame.data8[7] = GDI4_MAGIC;

msg_t msg = canTransmitTimeout(&CAND1, CAN_ANY_MAILBOX, &m_frame, CAN_TX_TIMEOUT_100_MS);
countTxResult(msg);
Expand Down
2 changes: 1 addition & 1 deletion ext/libfirmware

0 comments on commit 6fda91d

Please sign in to comment.