Browse Source

nrf/mphalport: Remove divided assembly syntax.

pull/3137/merge
Ayke van Laethem 7 years ago
committed by Damien George
parent
commit
1aa9ff9141
  1. 3
      ports/nrf/mphalport.c

3
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));
}

Loading…
Cancel
Save