Skip to content

Commit

Permalink
Remove SBP_SENDER_ID: it is not used anywhere and can conflict with u…
Browse files Browse the repository at this point in the history
…ser code (#1355)
  • Loading branch information
dgburr authored Aug 23, 2023
1 parent ac7686e commit ddbbc2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions c/include/libsbp/sbp.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ extern "C" {
/** Return value indicating an error while decoding an SBP message from wire format */
#define SBP_DECODE_ERROR (-8)

/** Default sender ID. Intended for messages sent from the host to the device. */
#define SBP_SENDER_ID 0x42
/** Header length in bytes. */
#define SBP_HEADER_LEN 6
/** CRC length in bytes. */
Expand Down

0 comments on commit ddbbc2d

Please sign in to comment.