1
0
Fork 0
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:
Dominic Clifton 2014-04-07 23:17:11 +01:00
parent c012e7480f
commit bf59943578
2 changed files with 207 additions and 207 deletions

View file

@ -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
} }
/** /**