From 0e350c9f66d6f39447789fb85c029cc0d85d7211 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sat, 31 Oct 2020 17:12:34 -0700 Subject: [PATCH] oops --- firmware/pump_control.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/pump_control.cpp b/firmware/pump_control.cpp index 513dab8..7d3131c 100644 --- a/firmware/pump_control.cpp +++ b/firmware/pump_control.cpp @@ -23,10 +23,10 @@ static void PumpThread(void*) // result is in mA SetPumpCurrentTarget(result / 1000.0f); - - // Run at 500hz - chThdSleepMilliseconds(2); } + + // Run at 500hz + chThdSleepMilliseconds(2); } }