formatting

This commit is contained in:
Simen Svale Skogsrud
2011-01-31 23:19:51 +01:00
parent 5694310a40
commit dad9db1b02
6 changed files with 6 additions and 16 deletions

View File

@ -45,7 +45,7 @@ void mc_arc(double theta, double angular_travel, double radius, double linear_tr
// Dwell for a couple of time units
void mc_dwell(uint32_t milliseconds);
// Send the tool home
// Send the tool home (not implemented)
void mc_go_home();
#endif