summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3a016ac9..4f1eb9f2 100644
--- a/digital/beacon/src/debug_avr.c
+++ b/digital/beacon/src/debug_avr.c
@@ -153,7 +153,6 @@ void usartRXCallback(uint16_t bytesToRead)
uprintf("target speed = %d\r\n",motor_get_target_speed());
break;
case 'f':
- uprintf("plop = %d\r\n",plop);
if(debug_network_enable == 1)
{
debug_network_enable = 0;