Hotfix: Removed spurious break

This commit is contained in:
Lorenz Meier
2013-02-25 12:33:33 +01:00
parent 641bfd88b6
commit 231a721ed4
-1
View File
@@ -1064,7 +1064,6 @@ Sensors::adc_poll(struct sensor_combined_s &raw)
}
_last_adc = hrt_absolute_time();
break;
}
}
}