Fixed move from panel for delta bot #557

This commit is contained in:
Nicolas Rossi
2013-07-28 22:54:37 +02:00
parent 1561c6df51
commit 55c287a69e
3 changed files with 25 additions and 3 deletions

View File

@ -163,6 +163,7 @@ void ClearToSend();
void get_coordinates();
#ifdef DELTA
void calculate_delta(float cartesian[3]);
extern float delta[3];
#endif
void prepare_move();
void kill();