mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Koen Zandberg
dc2e1eb4d9
Fixes a nasty bug when decoding an indefinite container inside a fixed length container
10 lines
275 B
Makefile
10 lines
275 B
Makefile
PKG_NAME = nanocbor
|
|
PKG_URL = https://github.com/bergzand/nanocbor
|
|
PKG_VERSION = 7728af0633a8d9d119c9b36a5c5a441e11e75ff1
|
|
PKG_LICENSE = CC-0
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)
|