Skip to content

Commit a1744d5

Browse files
committed
Supress undefined warning
1 parent 01871e8 commit a1744d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

firmware/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ ifeq ($(USE_OPENBLT),yes)
240240
# Shared params
241241
INCDIR += boards/f1_common/openblt
242242
CSRC += boards/f1_common/openblt/shared_params.c
243+
else
244+
DDEFS += -DUSE_OPENBLT=FALSE
243245
endif
244246

245247
#

0 commit comments

Comments
 (0)