From 82da85726a59d141a96ecebd06699a3f050aa0f3 Mon Sep 17 00:00:00 2001 From: askuric Date: Fri, 19 Apr 2024 07:28:52 +0200 Subject: [PATCH] small restructure of commented code --- src/current_sense/hardware_specific/teensy/teensy4_mcu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current_sense/hardware_specific/teensy/teensy4_mcu.cpp b/src/current_sense/hardware_specific/teensy/teensy4_mcu.cpp index e5934920..564f4f46 100644 --- a/src/current_sense/hardware_specific/teensy/teensy4_mcu.cpp +++ b/src/current_sense/hardware_specific/teensy/teensy4_mcu.cpp @@ -12,9 +12,9 @@ // #define TEENSY4_ADC_INTERRUPT_DEBUG -// #define _BANDWIDTH_CS 10000.0f // [Hz] bandwidth for the current sense volatile uint32_t val0, val1, val2; +// #define _BANDWIDTH_CS 10000.0f // [Hz] bandwidth for the current sense // LowPassFilter lp1 = LowPassFilter(1.0/_BANDWIDTH_CS); // LowPassFilter lp2 = LowPassFilter(1.0/_BANDWIDTH_CS); // LowPassFilter lp3 = LowPassFilter(1.0/_BANDWIDTH_CS);