From b4102073a6a982cccbd63046f49315dcfd5fda74 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Mon, 15 Jan 2018 17:25:25 -0800 Subject: [PATCH] Switch load lines --- src/avr/src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/avr/src/config.h b/src/avr/src/config.h index a1ca187..bb9ce42 100644 --- a/src/avr/src/config.h +++ b/src/avr/src/config.h @@ -68,7 +68,7 @@ enum { SPI_CS_A_PIN, SPI_CS_Z_PIN, SPIN_PWM_PIN, - SWITCH_1_PIN, + SWITCH_2_PIN, RS485_RO_PIN, RS485_DI_PIN, @@ -77,7 +77,7 @@ enum { DIR_X_PIN, DIR_Y_PIN, STEP_A_PIN, - SWITCH_2_PIN, + SWITCH_1_PIN, DIR_Z_PIN, DIR_A_PIN, -- 2.27.0