From 670c00d3a57c81f686c46c4dc7c1d0095cc6f303 Mon Sep 17 00:00:00 2001 From: Phillip Stevens Date: Sat, 11 Apr 2020 12:05:39 +1000 Subject: [PATCH] ATmegaxxxx - remove Timer2 RTC variables --- portable/GCC/ATmegaxxxx/port.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/portable/GCC/ATmegaxxxx/port.c b/portable/GCC/ATmegaxxxx/port.c index 2a76e9894..0a997c876 100644 --- a/portable/GCC/ATmegaxxxx/port.c +++ b/portable/GCC/ATmegaxxxx/port.c @@ -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.