Removed TICK_stop() macro from portable/GCC/{AVR_AVRDx, AVR_Mega0}/porthardware.h because it is not used anywhere.

This commit is contained in:
Alexandru Niculae - M17336 2020-07-29 17:32:11 +03:00
parent 676d99e302
commit 8d4d07fecd
2 changed files with 0 additions and 10 deletions

View file

@ -43,11 +43,6 @@
TCB1.CTRLA = TCB_ENABLE_bm; \
}
#define TICK_stop() { \
TCB1.INTCTRL &= ~TCB_CAPT_bm; \
TCB1.CTRLA &= ~TCB_ENABLE_bm; \
}
#elif ( configUSE_TIMER_INSTANCE == 2 )
#define TICK_INT_vect TCB2_INT_vect

View file

@ -43,11 +43,6 @@
TCB1.CTRLA = TCB_ENABLE_bm; \
}
#define TICK_stop() { \
TCB1.INTCTRL &= ~TCB_CAPT_bm; \
TCB1.CTRLA &= ~TCB_ENABLE_bm; \
}
#elif ( configUSE_TIMER_INSTANCE == 2 )
#define TICK_INT_vect TCB2_INT_vect