Skip to content

Commit a8359b2

Browse files
authored
Fix code tab (#2290)
1 parent ded9bfc commit a8359b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/docs/software/advanced-controls/controllers/pidcontroller.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ By default, ``IZone`` is disabled.
147147
pid.setIZone(2);
148148

149149
.. code-tab:: c++
150+
150151
// Disable IZone
151152
pid.SetIZone(std::numeric_limits<double>::infinity());
152153

0 commit comments

Comments
 (0)