From 34448831bdffbf2b536d8625ac59125f026a853c Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Fri, 24 Jan 2020 11:36:38 +1100 Subject: [PATCH] Update default settings to not use SPINDLE_ACTIVE_HIGH any more --- g2core/settings/settings_default.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g2core/settings/settings_default.h b/g2core/settings/settings_default.h index cda54c54a..52d8c385f 100644 --- a/g2core/settings/settings_default.h +++ b/g2core/settings/settings_default.h @@ -86,7 +86,7 @@ #endif #ifndef SPINDLE_ENABLE_POLARITY -#define SPINDLE_ENABLE_POLARITY SPINDLE_ACTIVE_HIGH // {spep: 0=active low, 1=active high +#define SPINDLE_ENABLE_POLARITY 1 // {spep: 0=active low, 1=active high #endif #ifndef SPINDLE_DIR_POLARITY