mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
uncrustify
This commit is contained in:
parent
6764b476ca
commit
d21e880345
@ -32,5 +32,4 @@
|
||||
#define FLIGHT_MODULES_CAMERACONTROL_INC_CAMERACONTROL_H
|
||||
|
||||
|
||||
|
||||
#endif /* FLIGHT_MODULES_CAMERACONTROL_INC_CAMERACONTROL_H */
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user