nimble: Update version to cd8ab38c3da91b71dd428979153a408f38d3b02e
which contain the following fix: commit cd8ab38c3da91b71dd428979153a408f38d3b02e Author: Xiang Xiao <xiaoxiang@xiaomi.com> Date: Thu May 20 15:43:50 2021 +0800 nuttx: fix error: use of undeclared identifier 'ENOMEM' Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: Idd832450d98306750ece8307ec7eef5c0c367a48
This commit is contained in:
parent
6b53a1959b
commit
34a042aa49
@ -9,7 +9,7 @@ config NIMBLE
|
|||||||
if NIMBLE
|
if NIMBLE
|
||||||
config NIMBLE_REF
|
config NIMBLE_REF
|
||||||
string "Version"
|
string "Version"
|
||||||
default "7b5b5e5b512133e50ef8a517b13e7269f9c821fd"
|
default "cd8ab38c3da91b71dd428979153a408f38d3b02e"
|
||||||
---help---
|
---help---
|
||||||
Git ref name to use when downloading from nimBLE repo
|
Git ref name to use when downloading from nimBLE repo
|
||||||
endif
|
endif
|
||||||
|
@ -48,6 +48,6 @@ distclean::
|
|||||||
|
|
||||||
# nimBLE assumes this flag since it expects undefined macros to be zero value
|
# nimBLE assumes this flag since it expects undefined macros to be zero value
|
||||||
|
|
||||||
CFLAGS += -Wno-undef
|
CFLAGS += -Wno-pointer-to-int-cast -Wno-undef
|
||||||
|
|
||||||
include $(APPDIR)/Application.mk
|
include $(APPDIR)/Application.mk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user