diff --git a/src/lib/robot.c b/src/lib/robot.c index 1b9a0f6..53c951b 100644 --- a/src/lib/robot.c +++ b/src/lib/robot.c @@ -7,11 +7,6 @@ /* Min speed */ volatile int min_speed = 70; -/* Track current flag */ -volatile int turningR = 0; -volatile int turningL = 0; -volatile int goingFW = 0; -volatile int goingBW = 0; /* Track current speed */ volatile int curr_speedA; volatile int curr_speedB;