mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
nrf/mphalport: Remove divided assembly syntax.
This commit is contained in:
committed by
Damien George
parent
fb17105183
commit
1aa9ff9141
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user