test

Fork of mbed-dev by mbed official

Revision:
175:b96e65c34a4d
Parent:
160:d5399cc887bb
--- 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 */