]> git.droids-corp.org - aversive.git/blobdiff - projects/microb2010/mainboard/strat_base.h
vt100: include pgmspace.h as we use PROGMEM macro
[aversive.git] / projects / microb2010 / mainboard / strat_base.h
index bcabf2bcf912a1876ea7d6c825672681f0289443..efc9af451f8df62c4abb8abace50aa55797ab874 100644 (file)
@@ -45,7 +45,7 @@ void strat_hardstop(void);
 #define DO_NOT_SET_POS -1000
 /* Reset position. If arg == DO_NOT_SET_POS, don't update value for
  * it. */
-void strat_reset_pos(int16_t x, int16_t y, int16_t a);
+void strat_reset_pos(int16_t x, int16_t y, double a);
 
 /* decrease gain on angle PID, and go forward until we reach the
  * border. */