mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
174:b96e65c34a4d
Parent:
160:d5399cc887bb
Child:
184:08ed48f1de7f
--- a/targets/TARGET_ONSEMI/TARGET_NCS36510/sleep.c	Fri Sep 15 14:59:18 2017 +0100
+++ b/targets/TARGET_ONSEMI/TARGET_NCS36510/sleep.c	Mon Oct 02 15:33:19 2017 +0100
@@ -64,6 +64,8 @@
     /** Enter into deep sleep mode */
     __ISB();
     __WFI();
+    __NOP();
+    __NOP();
 
     /** Wait for the external 32MHz to be power-ed up & running
      * Re-power down the 32MHz internal osc
@@ -115,4 +117,4 @@
     fMacRestoreFrameStoreLUT(MAC_LUT_BackUp);  */
 }
 
-#endif /* DEVICE_SLEEP */
\ No newline at end of file
+#endif /* DEVICE_SLEEP */