Skip to content

Commit

Permalink
Corrected a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Jun 1, 2022
1 parent 635fc1b commit e17132e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RRF3Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ union StandardDriverStatus
ola : 1, // open load phase A
olb : 1, // open load phase B
// bits 8-11
stall : 1, // stall, or closed loop error exceeded
stall : 1, // stall
externalDriverError : 1, // external driver signalled error
closedLoopPositionWarning : 1, // close to stall, or closed loop warning
closedLoopPositionNotMaintained : 1, // failed to achieve position
Expand Down

0 comments on commit e17132e

Please sign in to comment.