From 69247d87fb5a4e5c8148018f06ed350451f7b51e Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 27 Feb 2019 13:48:48 -0500 Subject: [PATCH] stepper: Wrap code to 80 columns Signed-off-by: Kevin O'Connor --- src/stepper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stepper.c b/src/stepper.c index a296914d..3e85910a 100644 --- a/src/stepper.c +++ b/src/stepper.c @@ -51,8 +51,8 @@ struct stepper { enum { POSITION_BIAS=0x40000000 }; -enum { SF_LAST_DIR=1<<0, SF_NEXT_DIR=1<<1, SF_INVERT_STEP=1<<2, SF_HAVE_ADD=1<<3, - SF_LAST_RESET=1<<4, SF_NO_NEXT_CHECK=1<<5 }; +enum { SF_LAST_DIR=1<<0, SF_NEXT_DIR=1<<1, SF_INVERT_STEP=1<<2, + SF_HAVE_ADD=1<<3, SF_LAST_RESET=1<<4, SF_NO_NEXT_CHECK=1<<5 }; // Setup a stepper for the next move in its queue static uint_fast8_t