ATmegaxxxx - remove Timer2 RTC variables

This commit is contained in:
Phillip Stevens 2020-04-11 12:05:39 +10:00
parent c19e711ba5
commit 670c00d3a5

View file

@ -67,12 +67,6 @@ any details of its type. */
typedef void TCB_t; typedef void TCB_t;
extern volatile TCB_t * volatile pxCurrentTCB; extern volatile TCB_t * volatile pxCurrentTCB;
/* actual number of ticks per second, after configuration. */
TickType_t portTickRateHz;
/* remaining ticks in each second, decremented to enable the system_tick. */
volatile TickType_t ticksRemainingInSec;
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/
/* /*
* Perform hardware setup to enable ticks from timer compare match A. * Perform hardware setup to enable ticks from timer compare match A.