Skip to content

Commit ddbbc2d

Browse files
authored
Remove SBP_SENDER_ID: it is not used anywhere and can conflict with user code (#1355)
1 parent ac7686e commit ddbbc2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

c/include/libsbp/sbp.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ extern "C" {
4949
/** Return value indicating an error while decoding an SBP message from wire format */
5050
#define SBP_DECODE_ERROR (-8)
5151

52-
/** Default sender ID. Intended for messages sent from the host to the device. */
53-
#define SBP_SENDER_ID 0x42
5452
/** Header length in bytes. */
5553
#define SBP_HEADER_LEN 6
5654
/** CRC length in bytes. */

0 commit comments

Comments
 (0)