We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfff78 commit 314c2bbCopy full SHA for 314c2bb
src/lib/axis/motor/servo/dc/DcServoDriver.h
@@ -25,7 +25,7 @@
25
#define SERVO_HYST_EXIT_CPS 0.6f // drop below this to RETURN to zero
26
#endif
27
28
- ifdef SERVO_SIGMA_DELTA_DITHERING
+ #ifdef SERVO_SIGMA_DELTA_DITHERING
29
#include "SigmaDeltaDither.h"
30
31
src/lib/axis/motor/servo/dc/SigmaDeltaDither.h
@@ -9,6 +9,8 @@
9
// overflows because it only carries the fractional residual in [0,1).
10
// -----------------------------------------------------------------------------
11
12
+#pragma once
13
+
14
#ifdef SERVO_SIGMA_DELTA_DITHERING
15
16
// Lightweight state holder for first-order sigma–delta dithering
0 commit comments