From 36b95607270d456615d53a84d232955d777e8720 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 17 Oct 2016 18:36:43 +0200 Subject: [PATCH] change direction --- src/inverterCtrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inverterCtrl.c b/src/inverterCtrl.c index 30f9b00..a2770c1 100644 --- a/src/inverterCtrl.c +++ b/src/inverterCtrl.c @@ -19,7 +19,7 @@ volatile uint8_t pulseWidthIdx = 0; -volatile bool direction = true; +volatile bool direction = false; const uint32_t INVERTERCTRL_START_STEP1_DELAY = 1; const uint32_t INVERTERCTRL_START_STEP2_DELAY = 10;