SBUS2: Code style fix

This commit is contained in:
Lorenz Meier
2015-12-06 17:36:51 +01:00
parent 6462deebad
commit ec40c8268c

View File

@@ -235,7 +235,7 @@ sbus_input(int sbus_fd, uint16_t *values, uint16_t *num_values, bool *sbus_fails
* Try to decode something with what we got
*/
if (sbus_parse(now, &buf[0], ret, values, num_values, sbus_failsafe,
sbus_frame_drop, &sbus_frame_drops, max_channels)) {
sbus_frame_drop, &sbus_frame_drops, max_channels)) {
sbus_decoded = true;
}