Skip to content

Commit 884935d

Browse files
committed
Fixed defect with OnFwdSyncPID, OnRevSyncPID, OnFwdRegExPID, and OnRevRegExPID.
1 parent 1d95a4c commit 884935d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NXT/uNXCComp.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,8 @@ implementation
638638
'RotateMotorPID', 'RotateMotorExPID',
639639
'ResetTachoCount', 'ResetBlockTachoCount',
640640
'ResetRotationCount', 'ResetAllTachoCounts',
641-
'OnFwdRegPID', 'OnRevRegPID', 'OnFwdRegExPID', 'OnRevRegExPID',
642-
'OnFwdSyncPID', 'OnRevSyncPID', 'OnFwdSyncExPID', 'OnRevSyncExPID'
641+
'OnFwdRegPID', 'OnRevRegPID', 'OnFwdSyncPID', 'OnRevSyncPID',
642+
'OnFwdRegExPID', 'OnRevRegExPID', 'OnFwdSyncExPID', 'OnRevSyncExPID'
643643
);
644644

645645
const

0 commit comments

Comments
 (0)