Bug fix line 625- missing break statement added

This commit is contained in:
Geoff Bunza
2015-12-18 11:16:40 -08:00
parent ed03e292e4
commit 467a1866ca

View File

@@ -622,6 +622,7 @@ void detach_servo (int servo_num) {
break;
case 12:
if (servo12.attached()!=0) servo12.detach();
break;
case 13:
if (servo13.attached()!=0) servo13.detach();
break;