aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/mkblctrl
diff options
context:
space:
mode:
authorDon Gagne <don@thegagnes.com>2014-06-29 13:32:58 -0700
committerDon Gagne <don@thegagnes.com>2014-06-29 13:32:58 -0700
commit367613a1b57f2c52e97958ab40426fc77245383a (patch)
tree1efdedef166ff38ec1633f055787b4ad5344de13 /src/drivers/mkblctrl
parentf0558a97ddbbd275022766603a866e86316bbb5b (diff)
downloadpx4-firmware-367613a1b57f2c52e97958ab40426fc77245383a.tar.gz
px4-firmware-367613a1b57f2c52e97958ab40426fc77245383a.tar.bz2
px4-firmware-367613a1b57f2c52e97958ab40426fc77245383a.zip
Fix tabbing
Diffstat (limited to 'src/drivers/mkblctrl')
-rw-r--r--src/drivers/mkblctrl/mkblctrl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/mkblctrl/mkblctrl.cpp b/src/drivers/mkblctrl/mkblctrl.cpp
index 493678ae5..1c81910f6 100644
--- a/src/drivers/mkblctrl/mkblctrl.cpp
+++ b/src/drivers/mkblctrl/mkblctrl.cpp
@@ -131,8 +131,8 @@ public:
int set_motor_count(unsigned count);
int set_motor_test(bool motortest);
int set_overrideSecurityChecks(bool overrideSecurityChecks);
- void set_px4mode(int px4mode);
- void set_frametype(int frametype);
+ void set_px4mode(int px4mode);
+ void set_frametype(int frametype);
unsigned int mk_check_for_blctrl(unsigned int count, bool showOutput, bool initI2C);
private: