SBUS: Fix code style

This commit is contained in:
Lorenz Meier 2015-11-28 11:15:52 +01:00
parent 494bccb618
commit d71c629970
2 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,7 @@
#include <drivers/drv_hrt.h>
#ifndef GPIO_SPEKTRUM_PWR_EN
#error DSM input driver not supported by this board config
#error DSM input driver not supported by this board config
#endif
#define DSM_FRAME_SIZE 16 /**<DSM frame size in bytes*/
@ -258,6 +258,7 @@ dsm_init(const char *device)
if (!ret) {
return dsm_fd;
} else {
return -1;
}

View File

@ -126,6 +126,7 @@ sbus_init(const char *device, bool singlewire)
if (!ret) {
return sbus_fd;
} else {
return -1;
}