summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src
diff options
context:
space:
mode:
authorFlorent Duchon2013-05-02 18:43:48 +0200
committerFlorent Duchon2013-05-02 22:52:50 +0200
commitd8303d619d33d32b613b88b562930756aa14e612 (patch)
tree899b68d6157ee85ea995603174b2fa2f0688fdef /digital/beacon/src
parent04419c80ab23730348e4b9b8a6f18dda0838f940 (diff)
digital/beacon: remove uneeded comments
Diffstat (limited to 'digital/beacon/src')
-rw-r--r--digital/beacon/src/debug_avr.c2
1 files changed, 0 insertions, 2 deletions
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':