PrintValueComma((int)armed);
comma();
Remove the comma call.
for (byte axis = ROLL; axis < LASTAXIS; axis++) {
if (axis == ROLL)
PrintValueComma(accel.getFlightData(YAXIS));
else if (axis == PITCH)
PrintValueComma(accel.getFlightData(XAXIS));
else
PrintValueComma(accel.getFlightData(ZAXIS));
}
Change configurator and the code above to take the natural order.
Original issue reported on code.google.com by al...@arcor.de on 26 Jul 2011 at 10:20
Original issue reported on code.google.com by
al...@arcor.de
on 26 Jul 2011 at 10:20