This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Some function in the BLE Mesh 0.9 alpha only has declaration but no actual implementation?

Hello, I downloaded the ble_mesh_v0.9.1-Alpha source code from nordic website, and tried to port it to my pca10056 devboard.

When doing so, I noticed that some function, e.g. "access_flash_config_load" only has a declaration in a .h file, but the actual content of the function is nowhere to be found.

Is it supposed to be a "integrated" function hiding somewhere in a compiled .hex/.bin file that I completely missed?

Parents Reply Children
Related