Skip to content

Commit

Permalink
Fix wiring export header for CAN and PWM
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Feb 3, 2018
1 parent c0f49ed commit 2c55c89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified build/libs/RobotBuilder-all.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion src/main/resources/export/wiring/macros.vm
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@
<h2>$title</h2>
<table><tr>
<th class="pound">#</th>
<th>Subsystem</th>
<th>$label</th>
<th>Type</th></tr>
<th>Type</th></tr>
#to_rows($ports)
</table>
#end ##if
Expand All @@ -75,6 +76,7 @@
<h2>$title</h2>
<table><tr>
<th class="pound">ID</th>
<th>Subsystem</th>
<th>Device</th></tr>
#to_rows($ports)
</table>
Expand Down

0 comments on commit 2c55c89

Please sign in to comment.