mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
ATmegaxxxx - remove Timer2 RTC variables
This commit is contained in:
parent
c19e711ba5
commit
670c00d3a5
1 changed files with 0 additions and 6 deletions
|
@ -67,12 +67,6 @@ any details of its type. */
|
|||
typedef void TCB_t;
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue