Skip to content

Commit

Permalink
Update solenoid-turnouts.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
flash62au committed Jan 19, 2025
1 parent 8d916d4 commit 393e0e4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Here is an example |EX-R| macro that will configure a virtual turnout, setting t
.. code-block:: cpp
#define PULSE 10 // Set the duration of the pulse to 10ms
#define SINGLE_COIL_TURNOUT(t, p1, p2, p3, desc)
VIRTUAL_TURNOUT(t, desc)
DONE
Expand Down Expand Up @@ -102,7 +101,6 @@ Here is an example |EX-R| macro that will configure a virtual turnout, setting t
.. code-block:: cpp
#define PULSE 10 // Set the duration of the pulse to 10ms
#define DUAL_COIL_TURNOUT(t, p1, p2, p3, desc)
VIRTUAL_TURNOUT(t, desc)
DONE
Expand Down

0 comments on commit 393e0e4

Please sign in to comment.