Fix/Workaround a memory leak each time a device connects to BLE.
This commit is contained in:
parent
71842667a0
commit
09adb78b55
2 changed files with 7 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ set(SDK_SOURCE_FILES
|
|||
# FreeRTOS
|
||||
${NRF5_SDK_PATH}/external/freertos/source/croutine.c
|
||||
${NRF5_SDK_PATH}/external/freertos/source/event_groups.c
|
||||
${NRF5_SDK_PATH}/external/freertos/source/portable/MemMang/heap_1.c
|
||||
${NRF5_SDK_PATH}/external/freertos/source/portable/MemMang/heap_4.c
|
||||
${NRF5_SDK_PATH}/external/freertos/source/list.c
|
||||
${NRF5_SDK_PATH}/external/freertos/source/queue.c
|
||||
${NRF5_SDK_PATH}/external/freertos/source/stream_buffer.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue