diff options
| author | JF <jf@codingfield.com> | 2020-05-16 16:13:22 +0200 |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-05-16 16:13:22 +0200 |
| commit | d6c6ac4cf5801e17caf7bfc0878423703ed0413b (patch) | |
| tree | 81e72dcc449a54970346d79740254cd43a378482 /src/main.cpp | |
| parent | 56fba1c242eac45e3fde0a98602429ee95bf31c0 (diff) | |
Remove reference to NRF Softdevice in CMake and documentation.
Update documentation.
Remove Asserts when starting advertising to prevent crash (known bug).
Set version 0.5.0.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e0e9b65e..797495bb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -195,7 +195,6 @@ void nimble_port_init(void) { } void nimble_port_ll_task_func(void *args) { -// extern void ble_ll_task(void *arg); ble_ll_task(args); } } |
