X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fcommon%2Fusb_osa_bm.c;h=ddfa30f4d931fb206ef20aaa17f2268a760be3e2;hb=ec81131dc9af0606bef61f42d3230b70c3fef6e8;hp=74fb9890dc8779add229752166afa4da67593630;hpb=fd7c982efc39206ed3211ebe5d4c1a73bc1572b1;p=gps-watch.git diff --git a/src/common/usb_osa_bm.c b/src/common/usb_osa_bm.c index 74fb989..ddfa30f 100644 --- a/src/common/usb_osa_bm.c +++ b/src/common/usb_osa_bm.c @@ -121,7 +121,7 @@ void USB_OsaMemoryFree(void *p) void USB_OsaEnterCritical(uint32_t *sr) { *sr = DisableGlobalIRQ(); - __ASM("CPSID I"); + asm("CPSID I"); } void USB_OsaExitCritical(uint32_t sr)