altoslib: Fix a couple of unit functions to make them public
[fw/altos] / altoslib / AltosAccel.java
index af8c36b9f2a9db7e69ff80ce54f51d8cbb25560f..d02b32385f348e1dfdf28eabb5afd1219dbcf07b 100644 (file)
@@ -37,7 +37,7 @@ public class AltosAccel extends AltosUnits {
                return "meters per second squared";
        }
 
-       int show_fraction(int width) {
+       public int show_fraction(int width) {
                return width / 9;
        }
 }
\ No newline at end of file