mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
boards: remote-common: fancy_leds.h asm -> __asm__
This commit is contained in:
parent
517efe4ccc
commit
ff151d1568
@ -42,11 +42,11 @@
|
||||
j = k > 400 ? 800 - k : k; \
|
||||
led##_ON; \
|
||||
for(i = 0; i < j; ++i) { \
|
||||
asm("nop"); \
|
||||
__asm__("nop"); \
|
||||
} \
|
||||
led##_OFF; \
|
||||
for(i = 0; i < 400 - j; ++i) { \
|
||||
asm("nop"); \
|
||||
__asm__("nop"); \
|
||||
} \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user