summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/portable/SDCC/PIC18/portmacro.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/portable/SDCC/PIC18/portmacro.h b/Source/portable/SDCC/PIC18/portmacro.h
index 223c3dd2..6d594cc7 100644
--- a/Source/portable/SDCC/PIC18/portmacro.h
+++ b/Source/portable/SDCC/PIC18/portmacro.h
@@ -112,11 +112,7 @@ extern void vPortYield( void ) __naked;
#define portREMOVE_STATIC_QUALIFIER
#endif
-#define portNOP() \
-_asm \
- NOP \
-_endasm
-
+#define portNOP() Nop()
/*
* portSAVE_CONTEXT(ucForcedInterruptFlags):
* Macro that pushes all the registers that make up the context of a task onto