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:
Xiang Xiao 2021-05-20 18:13:51 +08:00 committed by Matias N
parent 6b53a1959b
commit 34a042aa49
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ config NIMBLE
if NIMBLE
config NIMBLE_REF
string "Version"
default "7b5b5e5b512133e50ef8a517b13e7269f9c821fd"
default "cd8ab38c3da91b71dd428979153a408f38d3b02e"
---help---
Git ref name to use when downloading from nimBLE repo
endif

View File

@ -48,6 +48,6 @@ distclean::
# 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