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