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
config: common: Add extern "C" to ble and subGHz config
In cpp projects, these headers cannot be found by the linker because of
missing `extern "C" { }` guards. This commit addresses that by adding it
to both config headers
Signed-off-by: Martin Moya <[email protected]>
0 commit comments