Skip to content

Commit

Permalink
https://github.com/rusefi/rusefi/issues/6997
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Nov 22, 2024
1 parent b757c8e commit 63ffcdb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sent/include/sent_constants.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#pragma once


#define SENT_MSG_DATA_SIZE 6
/* Status + two 12-bit signals + CRC */
#define SENT_MSG_PAYLOAD_SIZE (1 + SENT_MSG_DATA_SIZE + 1) // Size of payload

0 comments on commit 63ffcdb

Please sign in to comment.