Merge pull request #1 from mrrwa/SMA_Examples_Update

Bug fix line 625- missing break statement added
This commit is contained in:
Alex Shepherd
2015-12-20 23:57:32 +13:00

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;