mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 21:29:05 +00:00
Merged in paulpatience/nuttx-apps/libcanard (pull request #52)
apps/canutils/libcanard: Define CANARD_ASSERT as DEBUGASSERT
This commit is contained in:
commit
5fc20cd7e0
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ LIBCANARD_DRVDIR = $(LIBCANARD_SRCDIR)$(DELIM)drivers$(DELIM)nuttx
|
|||
|
||||
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
|
||||
COBJS = $(CSRCS:.c=$(OBJEXT))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue