Skip to content

Commit a73a60e

Browse files
cleanup
1 parent df70da9 commit a73a60e

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

libcanard/canard.c

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,11 @@
4545

4646
typedef unsigned char byte_t;
4747

48-
#define BYTE_MAX 0xFFU
49-
50-
#define BIG_BANG INT64_MIN
51-
#define HEAT_DEATH INT64_MAX
52-
53-
#define CAN_EXT_ID_MASK ((UINT32_C(1) << 29U) - 1U)
54-
48+
#define BYTE_MAX 0xFFU
49+
#define BIG_BANG INT64_MIN
50+
#define CAN_EXT_ID_MASK ((UINT32_C(1) << 29U) - 1U)
5551
#define PADDING_BYTE_VALUE 0U
56-
57-
#define PRIO_SHIFT 26U
58-
#define PRIO_MASK 7U
52+
#define PRIO_SHIFT 26U
5953

6054
#define TAIL_SOT 128U
6155
#define TAIL_EOT 64U

0 commit comments

Comments
 (0)