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

@ -29,7 +29,8 @@
#include "stepper_plan.h"
#include "wiring_serial.h"
int32_t position[3]; // The current position of the tool in absolute steps
// The current position of the tool in absolute steps
int32_t position[3];
void mc_init()
{