refactored stepper_plan -> planner (untested)

This commit is contained in:
Simen Svale Skogsrud
2011-02-11 00:34:53 +01:00
parent fc1c1b7e09
commit a4c64945e0
7 changed files with 26 additions and 31 deletions

2
main.c
View File

@ -21,7 +21,7 @@
#include <avr/io.h>
#include <avr/sleep.h>
#include <util/delay.h>
#include "stepper_plan.h"
#include "planner.h"
#include "stepper.h"
#include "spindle_control.h"
#include "motion_control.h"