nrf/mphalport: Remove divided assembly syntax.
This commit is contained in:
parent
fb17105183
commit
1aa9ff9141
@ -153,9 +153,6 @@ void mp_hal_delay_us(mp_uint_t us)
|
|||||||
" NOP\n"
|
" NOP\n"
|
||||||
#endif
|
#endif
|
||||||
" BNE 1b\n"
|
" BNE 1b\n"
|
||||||
#ifdef NRF51
|
|
||||||
".syntax divided\n"
|
|
||||||
#endif
|
|
||||||
: "+r" (delay));
|
: "+r" (delay));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user