Latest mbedmicro files don't work :-(
rogerclarkmelbourne opened this issue · 0 comments
Hi,
I'm trying to update the mbed files that you are using, to bring them up to date.
I'm not sure where you got the original files from, but if I substitute the mbed folder for the version here
https://github.com/mbedmicro/mbed/tree/master/libraries/mbed
The code compiles and things like Blink and Serial work OK.
However, as soon as I try to use the BLE, i.e even declaring an instance of BLE, the code stops working.
I've looked at the commit history, to see if you have made any changes to the mbed files, but I can't see any commits which made changes to the mbed files, so I presume if the mbed files were modified at all, then it was done prior to the initial commit.
Can you let me know if you originally sourced you files from https://github.com/mbedmicro/mbed/tree/master/libraries/mbed and whether you modified your original file set from the stock mbed version
Thanks