mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
Removed TICK_stop() macro from portable/GCC/{AVR_AVRDx, AVR_Mega0}/porthardware.h because it is not used anywhere.
This commit is contained in:
parent
676d99e302
commit
8d4d07fecd
2 changed files with 0 additions and 10 deletions
|
@ -42,11 +42,6 @@
|
||||||
TCB1.INTCTRL = TCB_CAPT_bm; \
|
TCB1.INTCTRL = TCB_CAPT_bm; \
|
||||||
TCB1.CTRLA = TCB_ENABLE_bm; \
|
TCB1.CTRLA = TCB_ENABLE_bm; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define TICK_stop() { \
|
|
||||||
TCB1.INTCTRL &= ~TCB_CAPT_bm; \
|
|
||||||
TCB1.CTRLA &= ~TCB_ENABLE_bm; \
|
|
||||||
}
|
|
||||||
|
|
||||||
#elif ( configUSE_TIMER_INSTANCE == 2 )
|
#elif ( configUSE_TIMER_INSTANCE == 2 )
|
||||||
|
|
||||||
|
|
|
@ -43,11 +43,6 @@
|
||||||
TCB1.CTRLA = TCB_ENABLE_bm; \
|
TCB1.CTRLA = TCB_ENABLE_bm; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define TICK_stop() { \
|
|
||||||
TCB1.INTCTRL &= ~TCB_CAPT_bm; \
|
|
||||||
TCB1.CTRLA &= ~TCB_ENABLE_bm; \
|
|
||||||
}
|
|
||||||
|
|
||||||
#elif ( configUSE_TIMER_INSTANCE == 2 )
|
#elif ( configUSE_TIMER_INSTANCE == 2 )
|
||||||
|
|
||||||
#define TICK_INT_vect TCB2_INT_vect
|
#define TICK_INT_vect TCB2_INT_vect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue