Skip to content

Commit c62d3a1

Browse files
committed
wpimath: Fix semiwrap error (new in semiwrap 0.1.3)
1 parent becf4b1 commit c62d3a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subprojects/robotpy-wpimath/semiwrap/controls/TrapezoidProfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ classes:
7777
maxAcceleration_:
7878
name: maxAcceleration
7979
default: '0'
80-
template_inline_code: |
80+
inline_code: |
81+
;
8182
{
8283
std::string clsNameCopy = clsName;
8384

0 commit comments

Comments
 (0)