You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net: lib: nrf_cloud: Make P-GPS use nrf_cloud_mem hooks
The P-GPS implementation used k_malloc() to allocate memory,
while all other allocations in the nRF Cloud library were done
using nrf_cloud_mem hooks. Updated also P-GPS to use the
mem hooks.
Signed-off-by: Tommi Kangas <[email protected]>
0 commit comments