From 0e853d3c6fe3a1701ca977dfa0f155e87b93a66c Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 16 May 2012 16:57:28 +0200 Subject: digital/beacon: remove unessecary wheelTimer task --- digital/beacon/src/debug_avr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'digital/beacon/src/debug_avr.c') diff --git a/digital/beacon/src/debug_avr.c b/digital/beacon/src/debug_avr.c index b195a4f2..a3eec0f3 100644 --- a/digital/beacon/src/debug_avr.c +++ b/digital/beacon/src/debug_avr.c @@ -37,7 +37,6 @@ HAL_UsartDescriptor_t appUsartDescriptor; // USART descriptor (required by stack) HAL_AppTimer_t debugTimer; // TIMER descripor used by the DEBUG task -HAL_AppTimer_t wheelTimer; // TIMER descripor used by the DEBUG task uint8_t usartRxBuffer[APP_USART_RX_BUFFER_SIZE]; // USART Rx buffer uint8_t usartTxBuffer[APP_USART_TX_BUFFER_SIZE]; // USART Tx buffer -- cgit v1.2.3