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