Merged in paulpatience/nuttx-apps/libcanard (pull request #52)
apps/canutils/libcanard: Define CANARD_ASSERT as DEBUGASSERT
This commit is contained in:
commit
5fc20cd7e0
@ -49,7 +49,7 @@ LIBCANARD_DRVDIR = $(LIBCANARD_SRCDIR)$(DELIM)drivers$(DELIM)nuttx
|
|||||||
|
|
||||||
APPS_INCDIR = $(APPDIR)$(DELIM)include$(DELIM)canutils
|
APPS_INCDIR = $(APPDIR)$(DELIM)include$(DELIM)canutils
|
||||||
|
|
||||||
CFLAGS += -std=c99 -I$(APPS_INCDIR)
|
CFLAGS += -std=c99 -I$(APPS_INCDIR) -DCANARD_ASSERT=DEBUGASSERT
|
||||||
|
|
||||||
CSRCS = $(LIBCANARD_SRCDIR)$(DELIM)canard.c $(LIBCANARD_DRVDIR)$(DELIM)canard_nuttx.c
|
CSRCS = $(LIBCANARD_SRCDIR)$(DELIM)canard.c $(LIBCANARD_DRVDIR)$(DELIM)canard_nuttx.c
|
||||||
COBJS = $(CSRCS:.c=$(OBJEXT))
|
COBJS = $(CSRCS:.c=$(OBJEXT))
|
||||||
|
Loading…
Reference in New Issue
Block a user