You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In C++, conversion from a function pointer to void* is
either undefined (prior to C++11) or not implicit.
Replace the cast from a function pointer to (void*) with
a cast to (uintptr_t) to fix build errors when including
nrf_rpc.h in C++ applications.
Signed-off-by: Damian Krolik <[email protected]>
0 commit comments