summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyke van Laethem <aykevanlaethem@gmail.com>2018-04-24 17:02:29 +0200
committerDamien George <damien.p.george@gmail.com>2018-07-18 17:12:26 +1000
commit1aa9ff914194824a78a8b010572ad7083c1bb4ec (patch)
treecc511d15bf39b945082f9a25bfb3e5461a12a82f
parentfb17105183ce145951de8a7094720a3e3ccc579d (diff)
nrf/mphalport: Remove divided assembly syntax.
-rw-r--r--ports/nrf/mphalport.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/nrf/mphalport.c b/ports/nrf/mphalport.c
index f0ff0f1ce..c3b6e056a 100644
--- a/ports/nrf/mphalport.c
+++ b/ports/nrf/mphalport.c
@@ -153,9 +153,6 @@ void mp_hal_delay_us(mp_uint_t us)
" NOP\n"
#endif
" BNE 1b\n"
-#ifdef NRF51
- ".syntax divided\n"
-#endif
: "+r" (delay));
}