Skip to content

Commit c8f58af

Browse files
committed
fix define line
1 parent 41ec76d commit c8f58af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcanard/canard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
// --------------------------------------------- INTERNAL INCLUDES ----------------------------------------------
4242
// The internal includes are placed here after the config header is included and CANARD_ASSERT is defined.
43-
#define cavl2_t struct CanardTreeNode
43+
#define CAVL2_T struct CanardTreeNode
4444
#include "cavl2.h"
4545

4646
// --------------------------------------------- COMMON DEFINITIONS ---------------------------------------------

0 commit comments

Comments
 (0)