C++ and SDK

I am migrating my project to C++.  Everything in the SDK works so far except NRF_BLE_GATT_DEF().  This returns the error C++ requires a type specifier for all declarations.  Is there a workaround?

Related