Fixed spelling - onshot->oneshot

This commit is contained in:
David Sidrane
2017-03-11 02:21:20 -10:00
committed by Lorenz Meier
parent e04d43218a
commit 5abdb8fbe9
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ registers_set_one(uint8_t page, uint8_t offset, uint16_t value)
case PX4IO_P_SETUP_PWM_ALTRATE:
/* For PWM constrain to [25,400]Hz
* For Onshot there is no rate, 0 is therefore used to select Oneshot mode
* For Oneshot there is no rate, 0 is therefore used to select Oneshot mode
*/
if (value != 0) {
if (value < 25) {