We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7686e commit ddbbc2dCopy full SHA for ddbbc2d
c/include/libsbp/sbp.h
@@ -49,8 +49,6 @@ extern "C" {
49
/** Return value indicating an error while decoding an SBP message from wire format */
50
#define SBP_DECODE_ERROR (-8)
51
52
-/** Default sender ID. Intended for messages sent from the host to the device. */
53
-#define SBP_SENDER_ID 0x42
54
/** Header length in bytes. */
55
#define SBP_HEADER_LEN 6
56
/** CRC length in bytes. */
0 commit comments