mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Merged in paulpatience/nuttx-apps/libcanard (pull request #51)
apps/canutils/libcanard: Update version
This commit is contained in:
commit
539ed6b78d
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ config LIBCANARD_URL
|
|||
|
||||
config LIBCANARD_VERSION
|
||||
string "libcanard Version"
|
||||
default "a7a6d4c6b105976cccac36e05c42abee566b70c4"
|
||||
default "b28bf6ac337e55d49037fd9904d4b951760c4690"
|
||||
---help---
|
||||
libcanard version.
|
||||
|
||||
|
|
|
|||
|
|
@ -49,9 +49,9 @@ LIBCANARD_DRVDIR = $(LIBCANARD_SRCDIR)$(DELIM)drivers$(DELIM)nuttx
|
|||
|
||||
APPS_INCDIR = $(APPDIR)$(DELIM)include$(DELIM)canutils
|
||||
|
||||
CFLAGS += -I$(APPS_INCDIR)
|
||||
CFLAGS += -std=c99 -I$(APPS_INCDIR)
|
||||
|
||||
CSRCS = $(LIBCANARD_SRCDIR)$(DELIM)canard.c $(LIBCANARD_DRVDIR)$(DELIM)nuttx.c
|
||||
CSRCS = $(LIBCANARD_SRCDIR)$(DELIM)canard.c $(LIBCANARD_DRVDIR)$(DELIM)canard_nuttx.c
|
||||
COBJS = $(CSRCS:.c=$(OBJEXT))
|
||||
|
||||
SRCS = $(CSRCS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue