From bdeb551ea202f77f162e2ad7b460dc913c9ecb66 Mon Sep 17 00:00:00 2001 From: Simen Svale Skogsrud Date: Mon, 7 Feb 2011 00:02:20 +0100 Subject: [PATCH] missing edit --- stepper_plan.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepper_plan.h b/stepper_plan.h index 1f71d7e..5aebbbb 100644 --- a/stepper_plan.h +++ b/stepper_plan.h @@ -52,8 +52,6 @@ typedef struct { uint32_t accelerate_until; // The index of the step event on which to stop acceleration uint32_t decelerate_after; // The index of the step event on which to start decelerating - // Debug fields, PLEASE REMOVE - uint32_t exit_rate; } block_t; extern int32_t position[3];