Comment corrections and function call update.

This commit is contained in:
Sonny Jeon
2014-03-13 14:32:21 -06:00
parent 5310055408
commit 06432c9de9
2 changed files with 16 additions and 16 deletions

View File

@ -64,7 +64,7 @@ void gc_init()
// Sets g-code parser position in mm. Input in steps. Called by the system abort and hard
// limit pull-off routines.
void gc_sync_position(int32_t x, int32_t y, int32_t z)
void gc_sync_position()
{
uint8_t i;
for (i=0; i<N_AXIS; i++) {