You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07: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