Spindle DDR pins init minor fix.

This commit is contained in:
Sonny Jeon
2012-02-12 11:02:23 -07:00
parent 567fbf93ed
commit e9b28279db
3 changed files with 4 additions and 4 deletions

View File

@ -25,6 +25,7 @@
#include <avr/io.h>
#include <avr/sleep.h>
// Some useful constants
#define LIMIT_MASK ((1<<X_LIMIT_BIT)|(1<<Y_LIMIT_BIT)|(1<<Z_LIMIT_BIT)) // All limit bits
#define STEP_MASK ((1<<X_STEP_BIT)|(1<<Y_STEP_BIT)|(1<<Z_STEP_BIT)) // All step bits
#define DIRECTION_MASK ((1<<X_DIRECTION_BIT)|(1<<Y_DIRECTION_BIT)|(1<<Z_DIRECTION_BIT)) // All direction bits