Skip to content

Commit 82da857

Browse files
committed
small restructure of commented code
1 parent c171a01 commit 82da857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/current_sense/hardware_specific/teensy/teensy4_mcu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// #define TEENSY4_ADC_INTERRUPT_DEBUG
1313

1414

15-
// #define _BANDWIDTH_CS 10000.0f // [Hz] bandwidth for the current sense
1615
volatile uint32_t val0, val1, val2;
1716

17+
// #define _BANDWIDTH_CS 10000.0f // [Hz] bandwidth for the current sense
1818
// LowPassFilter lp1 = LowPassFilter(1.0/_BANDWIDTH_CS);
1919
// LowPassFilter lp2 = LowPassFilter(1.0/_BANDWIDTH_CS);
2020
// LowPassFilter lp3 = LowPassFilter(1.0/_BANDWIDTH_CS);

0 commit comments

Comments
 (0)