summaryrefslogtreecommitdiff
path: root/digital/beacon/src/debug_avr.c
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 16:57:28 +0200
committerFlorent Duchon2012-05-16 17:43:08 +0200
commit0e853d3c6fe3a1701ca977dfa0f155e87b93a66c (patch)
tree547d3fc5042402d5151255848645be1e223e01c3 /digital/beacon/src/debug_avr.c
parent51dd7db15059169694aca2cda117717ee0e20a43 (diff)
digital/beacon: remove unessecary wheelTimer task
Diffstat (limited to 'digital/beacon/src/debug_avr.c')
-rw-r--r--digital/beacon/src/debug_avr.c1
1 files changed, 0 insertions, 1 deletions
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