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?