diff options
| author | Ayke van Laethem <aykevanlaethem@gmail.com> | 2018-04-24 17:02:29 +0200 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-07-18 17:12:26 +1000 |
| commit | 1aa9ff914194824a78a8b010572ad7083c1bb4ec (patch) | |
| tree | cc511d15bf39b945082f9a25bfb3e5461a12a82f | |
| parent | fb17105183ce145951de8a7094720a3e3ccc579d (diff) | |
nrf/mphalport: Remove divided assembly syntax.
| -rw-r--r-- | ports/nrf/mphalport.c | 3 |
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)); } |
