Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1 from darsor/master
fix bug in clip function
  • Loading branch information
Michael Boulet authored and GitHub committed Aug 19, 2016
2 parents d7358d9 + cd1241e commit dfe9a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vesc_driver/src/vesc_driver.cpp
Expand Up @@ -288,6 +288,7 @@ double VescDriver::CommandLimit::clip(double value)
name.c_str(), value, *upper);
return *upper;
}
return value;
}


Expand Down

0 comments on commit dfe9a0b

Please sign in to comment.