Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 457 → Rev 456

/C-OSD/trunk/default/dist.sh
55,9 → 55,6
mv C-OSD.hex C-OSD-characters-${i}-${TILL}.hex
done
 
# clean up
make clean
 
md5sum *.hex
 
# pack all stuff
/C-OSD/trunk/main.c
526,7 → 526,7
}
 
if (COSD_FLAGS & COSD_FLAG_ARTHORIZON) {
draw_artificial_horizon(top_line + 2, bottom_line - 1, debugData.Analog[0], debugData.Analog[1]);
draw_artificial_horizon(top_line + 2, bottom_line - 1, naviData.AngleNick, naviData.AngleRoll);
}
 
draw_battery(2, bottom_line, min_voltage, debugData.Analog[9], max_voltage);