mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Revision:
620:49241b7c6da5
Parent:
603:3c75ef011213
--- a/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/system_nrf51.c	Fri Sep 04 09:30:10 2015 +0100
+++ b/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/system_nrf51.c	Mon Sep 07 10:00:10 2015 +0100
@@ -92,7 +92,7 @@
     /* For compatibility purpose, the default behaviour is to first attempt to initialise an
        external clock, and after a timeout, use the internal RC one. To avoid this wait, boards that
        don't have an external oscillator can set TARGET_NRF_LFCLK_RC directly. */
-    int i = 0;
+    uint32_t i = 0;
     const uint32_t polling_period = 200;
     const uint32_t timeout = 1000000;