fixed en operator precedence bug with step mask calculations

This commit is contained in:
Simen Svale Skogsrud
2010-01-05 23:06:47 +01:00
parent 2b0e19993d
commit df271c82da
2 changed files with 5 additions and 4 deletions

View File

@ -85,6 +85,7 @@ void st_init()
{
// Configure directions of interface pins
STEPPING_DDR |= STEPPING_MASK;
printInteger(STEPPING_DDR);
LIMIT_DDR &= ~(LIMIT_MASK);
STEPPERS_ENABLE_DDR |= 1<<STEPPERS_ENABLE_BIT;