1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

uncrustify

This commit is contained in:
Philippe Renon 2016-12-15 22:44:43 +01:00
parent 6764b476ca
commit d21e880345
2 changed files with 1 additions and 2 deletions

View File

@ -32,5 +32,4 @@
#define FLIGHT_MODULES_CAMERACONTROL_INC_CAMERACONTROL_H
#endif /* FLIGHT_MODULES_CAMERACONTROL_INC_CAMERACONTROL_H */

View File

@ -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;
}