From d8303d619d33d32b613b88b562930756aa14e612 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Thu, 2 May 2013 18:43:48 +0200 Subject: digital/beacon: remove uneeded comments --- digital/beacon/src/debug_avr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'digital/beacon') diff --git a/digital/beacon/src/debug_avr.c b/digital/beacon/src/debug_avr.c index e67f401d..eb19d308 100644 --- a/digital/beacon/src/debug_avr.c +++ b/digital/beacon/src/debug_avr.c @@ -137,11 +137,9 @@ void usartRXCallback(uint16_t bytesToRead) jack_on_off(); break; case '0': - // network_send_data(NETWORK_RESET,0x1); network_send_reset(0xFFFF); break; case '1': - // network_send_data(NETWORK_RESET,0x1); network_send_start_calibration(); break; case 'w': -- cgit v1.2.3