Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822

Dependencies:   nrf51-sdk

Dependents:   microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more

Revision:
400:7527265d3868
Parent:
388:db85a09c27ef
Child:
401:bd0f4eaad9f0
--- a/source/nRF5xn.cpp	Fri Aug 07 15:57:07 2015 +0100
+++ b/source/nRF5xn.cpp	Fri Aug 07 15:57:07 2015 +0100
@@ -56,6 +56,7 @@
         if ((sd_ble_version_get(&version) == NRF_SUCCESS) && (version.company_id == 0x0059)) {
             switch (version.version_number) {
                 case 0x07:
+                case 0x08:
                     snprintf(versionString, sizeof(versionString), "Nordic BLE4.1 fw:%04x", version.subversion_number);
                     break;
                 default: