mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Fixing indentation and spacing of imported HoTT code.
This commit is contained in:
parent
c012e7480f
commit
bf59943578
2 changed files with 207 additions and 207 deletions
|
@ -83,7 +83,7 @@ void hottV4FormatAndSendGPSResponse(void)
|
||||||
|
|
||||||
// Send data from output buffer
|
// Send data from output buffer
|
||||||
hottV4Respond((uint8_t*)&HoTTV4GPSModule, sizeof(HoTTV4GPSModule));
|
hottV4Respond((uint8_t*)&HoTTV4GPSModule, sizeof(HoTTV4GPSModule));
|
||||||
}
|
}
|
||||||
|
|
||||||
void hottV4GPSUpdate(void)
|
void hottV4GPSUpdate(void)
|
||||||
{
|
{
|
||||||
|
@ -131,7 +131,7 @@ void hottV4GPSUpdate(void)
|
||||||
{
|
{
|
||||||
HoTTV4GPSModule.GPS_fix = 0x20; // Displays a ' ' to show nothing or clear the old value
|
HoTTV4GPSModule.GPS_fix = 0x20; // Displays a ' ' to show nothing or clear the old value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Writes cell 1-4 high, low values and if not available
|
* Writes cell 1-4 high, low values and if not available
|
||||||
|
@ -178,7 +178,7 @@ static void hottV4EAMUpdateTemperatures() {
|
||||||
HoTTV4ElectricAirModule.alarmInverse |= 0x8; // Invert Temp1 display
|
HoTTV4ElectricAirModule.alarmInverse |= 0x8; // Invert Temp1 display
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue