Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
Indentation
  • Loading branch information
Ziege-One committed Jun 20, 2018
1 parent bedb5bf commit d15a21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/telemetry/hott.c
Expand Up @@ -229,8 +229,8 @@ static inline void updateAlarmBatteryStatus(HOTT_EAM_MSG_t *hottEAMMessage)
{
if (shouldTriggerBatteryAlarmNow()) {
lastHottAlarmSoundTime = millis();
const batteryState_e voltageState = getVoltageState();
const batteryState_e consumptionState = getConsumptionState();
const batteryState_e voltageState = getVoltageState();
const batteryState_e consumptionState = getConsumptionState();
if (voltageState == BATTERY_WARNING || voltageState == BATTERY_CRITICAL) {
hottEAMMessage->warning_beeps = 0x10;
hottEAMMessage->alarm_invers1 = HOTT_EAM_ALARM1_FLAG_BATTERY_1;
Expand Down

0 comments on commit d15a21d

Please sign in to comment.