From ddbbc2d7c914b11782a50ac1d9e4e6ed57da98a6 Mon Sep 17 00:00:00 2001 From: dgburr Date: Wed, 23 Aug 2023 08:46:44 +0200 Subject: [PATCH] Remove SBP_SENDER_ID: it is not used anywhere and can conflict with user code (#1355) --- c/include/libsbp/sbp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/c/include/libsbp/sbp.h b/c/include/libsbp/sbp.h index 612ec0ad20..cdf7fb4879 100644 --- a/c/include/libsbp/sbp.h +++ b/c/include/libsbp/sbp.h @@ -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. */