Skip to content

Commit

Permalink
Fixed debugger config
Browse files Browse the repository at this point in the history
  • Loading branch information
jsphuebner committed Jul 27, 2023
1 parent b01abcc commit b686d22
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions sinus.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@
<Unit filename="test/test_fu.cpp">
<Option target="Test" />
</Unit>
<Unit filename="test/test_list.h">
<Option target="Test" />
</Unit>
<Unit filename="test/test_main.cpp">
<Option target="Test" />
</Unit>
<Unit filename="test/test_throttle.cpp">
<Option target="Test" />
</Unit>
<Unit filename="test/test_vcu.cpp">
<Option target="Test" />
</Unit>
<Extensions>
<DoxyBlocks>
<comment_style block="0" line="0" />
Expand All @@ -169,14 +169,11 @@
<general />
</DoxyBlocks>
<debugger>
<remote_debugging target="SlipControl">
<options conn_type="0" serial_baud="115200" ip_address="localhost" ip_port="3333" additional_cmds="load&#x0A;r" />
</remote_debugging>
<remote_debugging target="Test">
<options conn_type="0" serial_baud="115200" ip_address="localhost" ip_port="3333" />
<remote_debugging target="FOC">
<options conn_type="0" ip_address="localhost" ip_port="3333" additional_cmds="load&#x0A;r" />
</remote_debugging>
<remote_debugging target="FieldOrientedControl">
<options conn_type="0" serial_baud="115200" ip_address="localhost" ip_port="3333" additional_cmds="load&#x0A;r" />
<remote_debugging target="SlipControl">
<options conn_type="0" ip_address="localhost" ip_port="3333" additional_cmds="load&#x0A;r" />
</remote_debugging>
</debugger>
</Extensions>
Expand Down

0 comments on commit b686d22

Please sign in to comment.