fix test() build error

pull/128/head
Gabriel Burnworth 2020-02-06 14:03:03 -08:00 committed by GitHub
parent f179a213ca
commit b46536ce41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -289,6 +289,7 @@ void Movement::loadSettings()
void Movement::test()
{
#if defined(FARMDUINO_EXP_V20)
//axisX.enableMotor();
//axisX.setMotorStep();
//delayMicroseconds(500);
@ -331,6 +332,7 @@ void Movement::test()
#endif
}
void Movement::test2()
@ -1831,4 +1833,4 @@ void Movement::checkEncoders()
ENC_Z_B_PORT & ENC_Z_B_BYTE,
ENC_Z_A_Q_PORT & ENC_Z_A_Q_BYTE,
ENC_Z_B_Q_PORT & ENC_Z_B_Q_BYTE);
}
}