We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e36264 commit 336fa22Copy full SHA for 336fa22
1 file changed
examples/StepperDemo/StepperDemo.ino
@@ -829,7 +829,7 @@ const static char messages[] PROGMEM =
829
830
831
/* USAGE TEST */
832
-#if !defined(SIM_TEST_INPUT)
+#if !defined(SIM_TEST_INPUT) && !defined(__AVR_ATmega32U4__)
833
_Enter_command_separated_by_space_carriage_return_or_newline_NL
834
_m1_m2_to_select_stepper_
835
____ "R" ________ _ooo_ "start all " _select "ed tests" _NL_
@@ -997,9 +997,11 @@ void setup() {
997
PRINTLN("");
998
#endif
999
1000
+#ifndef __AVR_ATmega32U4__
1001
for (uint8_t i = 0; i < MAX_STEPPER; i++) {
1002
test_seq[i].test = NULL;
1003
}
1004
+#endif
1005
1006
output_msg(MSG_STEPPER_VERSION);
1007
#ifdef F_CPU
0 commit comments