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
Fix ARMCC link issues on platform who doesn't provide implementation of
mbed BLE.
ARMCC generate error at link time if the symbol `createBLEInstance` is not
here, even if it is not used.
This patch provide a weak version of `createBLEInstance` who just assert
if called.
It also allows programs which use mbed BLE to be compiled on platforms
without mbed BLE implementation, then a runtime error will be generated.
0 commit comments