From d21e8803451b70e939e8184949ce1801abfb87c9 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Thu, 15 Dec 2016 22:44:43 +0100 Subject: [PATCH] uncrustify --- flight/modules/CameraControl/inc/cameracontrol.h | 1 - flight/modules/Receiver/receiver.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flight/modules/CameraControl/inc/cameracontrol.h b/flight/modules/CameraControl/inc/cameracontrol.h index c3d61f0cc..50fe3e9e2 100644 --- a/flight/modules/CameraControl/inc/cameracontrol.h +++ b/flight/modules/CameraControl/inc/cameracontrol.h @@ -32,5 +32,4 @@ #define FLIGHT_MODULES_CAMERACONTROL_INC_CAMERACONTROL_H - #endif /* FLIGHT_MODULES_CAMERACONTROL_INC_CAMERACONTROL_H */ diff --git a/flight/modules/Receiver/receiver.c b/flight/modules/Receiver/receiver.c index 7c30dd7b1..6bfc46d36 100644 --- a/flight/modules/Receiver/receiver.c +++ b/flight/modules/Receiver/receiver.c @@ -680,7 +680,7 @@ static bool updateRcvrActivityCompare(uint32_t rcvr_id, struct rcvr_activity_fsm // Ignore activity from this Group/Channel because already used/set for Rssi input // Without that, the ReceiverActivity will be saturated just with Rssi value activity. - if(channelGroups.Rssi == fsm->group && channelNumber.Rssi == channel) { + if (channelGroups.Rssi == fsm->group && channelNumber.Rssi == channel) { delta = 0; }