Hi, I'm setting up Visual Studio Code to work with nrf51 and I can't figure why Intellisense would mark some of the lines from the SDK as errors. I'm currently working with the beacon example from the SDK and everything compiles fine once I call the Makefile, but Visual won' stop throwing errors such as:
"expression must be a modifiable lvalue" for calls to the ble functions and
"function returning function is not allowed" for definitions inside files like bsp.c and softdevice headers