aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/mynewt-nimble/nimble/controller/include
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-27 16:10:17 +0200
committerJF <jf@codingfield.com>2020-06-27 16:10:17 +0200
commitf8ffb405a23e02efd3b791730a3eb349e1d7efe4 (patch)
tree4b42e3c57dcd36229530c1f9faeadf3ca10d2781 /src/libs/mynewt-nimble/nimble/controller/include
parente86991284fe5a41b913004f08f476aeeb83a71ef (diff)
parent3dfba0b90d8549d17a2aa4d228f31fbdcf803e70 (diff)
Merge branch 'nimble_1_3_0' into develop
Diffstat (limited to 'src/libs/mynewt-nimble/nimble/controller/include')
-rw-r--r--src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll.h b/src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll.h
index e515fb98..d3340445 100644
--- a/src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll.h
+++ b/src/libs/mynewt-nimble/nimble/controller/include/controller/ble_ll.h
@@ -546,9 +546,6 @@ int ble_ll_rand_data_get(uint8_t *buf, uint8_t len);
void ble_ll_rand_prand_get(uint8_t *prand);
int ble_ll_rand_start(void);
-// TODO added by JF, don't know why I need this?
-void ble_ll_task(void *arg);
-
static inline int
ble_ll_get_addr_type(uint8_t txrxflag)
{