8000 nrf/mphalport: Remove divided assembly syntax. · andrewleech/micropython@1aa9ff9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1aa9ff9

Browse files
aykevldpgeorge
authored andcommitted
nrf/mphalport: Remove divided assembly syntax.
1 parent fb17105 commit 1aa9ff9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ports/nrf/mphalport.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ void mp_hal_delay_us(mp_uint_t us)
153153
" NOP\n"
154154
#endif
155155
" BNE 1b\n"
156-
#ifdef NRF51
157-
".syntax divided\n"
158-
#endif
159156
: "+r" (delay));
160157
}
161158

0 commit comments

Comments
 (0)
0