ARM: last not least, enable CANNED_CYCLE.

Was just a matter of removing the wrappers, tests ran fine.
This commit is contained in:
Markus Hitter 2015-08-10 22:21:40 +02:00
parent 5c203b6689
commit 2376242c36
1 changed files with 0 additions and 4 deletions

View File

@ -56,11 +56,9 @@
#endif #endif
#endif #endif
#ifndef __ARMEL_NOTYET__
#ifdef CANNED_CYCLE #ifdef CANNED_CYCLE
const char PROGMEM canned_gcode_P[] = CANNED_CYCLE; const char PROGMEM canned_gcode_P[] = CANNED_CYCLE;
#endif #endif
#endif /* __ARMEL_NOTYET__ */
/** Initialise all the subsystems. /** Initialise all the subsystems.
@ -182,7 +180,6 @@ int main (void)
} }
#endif #endif
#ifndef __ARMEL_NOTYET__
#ifdef CANNED_CYCLE #ifdef CANNED_CYCLE
/** /**
WARNING! WARNING!
@ -206,7 +203,6 @@ int main (void)
canned_gcode_pos = 0; canned_gcode_pos = 0;
#endif /* CANNED_CYCLE */ #endif /* CANNED_CYCLE */
#endif /* __ARMEL_NOTYET__ */
} }
clock(); clock();