Hello,
I have been experiencing difficulty including the osal_snv libraries into project zero. There seem to be multiple declarations for the library functions, EG: 
I tried using singular declarations by commenting one of them out. Did not resolve the issue.
The only way I am able to use osal_snv was through following the BLE dev guide (section 3.10.2) and using the osal_snv functions declared in simple_ble type projects. I would like to include these functions into project zero.
Has anyone encountered similar problems?
Any recommendations?