From 2376242c367e2e2747671ec51636d8cb163f3642 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 10 Aug 2015 22:21:40 +0200 Subject: [PATCH] ARM: last not least, enable CANNED_CYCLE. Was just a matter of removing the wrappers, tests ran fine. --- mendel.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mendel.c b/mendel.c index e8d4feb..c79e4eb 100644 --- a/mendel.c +++ b/mendel.c @@ -56,11 +56,9 @@ #endif #endif -#ifndef __ARMEL_NOTYET__ #ifdef CANNED_CYCLE const char PROGMEM canned_gcode_P[] = CANNED_CYCLE; #endif -#endif /* __ARMEL_NOTYET__ */ /** Initialise all the subsystems. @@ -182,7 +180,6 @@ int main (void) } #endif - #ifndef __ARMEL_NOTYET__ #ifdef CANNED_CYCLE /** WARNING! @@ -206,7 +203,6 @@ int main (void) canned_gcode_pos = 0; #endif /* CANNED_CYCLE */ - #endif /* __ARMEL_NOTYET__ */ } clock();