Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GCC/AVR_AVRDx/porthardware.h')
-rw-r--r--GCC/AVR_AVRDx/porthardware.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/GCC/AVR_AVRDx/porthardware.h b/GCC/AVR_AVRDx/porthardware.h
index 52e3f12..74a16bc 100644
--- a/GCC/AVR_AVRDx/porthardware.h
+++ b/GCC/AVR_AVRDx/porthardware.h
@@ -174,21 +174,21 @@
RTC.PER = RTC_PERIOD_HZ( configTICK_RATE_HZ ); \
RTC.INTCTRL |= 1 << RTC_OVF_bp; \
}
- #undef TICK_TMR_STOP()
- #undef TICK_TMR_START()
- #undef TICK_TMR_READ()
- #undef TICK_INT_READY()
+ #undef TICK_TMR_STOP
+ #undef TICK_TMR_START
+ #undef TICK_TMR_READ
+ #undef TICK_INT_READY
#endif
#else /* if ( configUSE_TIMER_INSTANCE == 0 ) */
#undef TICK_INT_vect
#undef INT_FLAGS
#undef INT_MASK
- #undef TICK_init()
- #undef TICK_TMR_STOP()
- #undef TICK_TMR_START()
- #undef TICK_TMR_READ()
- #undef TICK_INT_READY()
+ #undef TICK_init
+ #undef TICK_TMR_STOP
+ #undef TICK_TMR_START
+ #undef TICK_TMR_READ
+ #undef TICK_INT_READY
#error Invalid timer setting.
#endif /* if ( configUSE_TIMER_INSTANCE == 0 ) */