mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
More HoTT code style cleanups.
This commit is contained in:
parent
6a4614e116
commit
993edc4e20
2 changed files with 18 additions and 18 deletions
|
@ -139,7 +139,7 @@ void hottV4GPSUpdate(void)
|
|||
* Writes cell 1-4 high, low values and if not available
|
||||
* calculates vbat.
|
||||
*/
|
||||
static void hottV4EAMUpdateBattery()
|
||||
static void hottV4EAMUpdateBattery(void)
|
||||
{
|
||||
#if 0
|
||||
HoTTV4ElectricAirModule.cell1L = 4.2f * 10 * 5; // 2mv step
|
||||
|
@ -171,7 +171,7 @@ static void hottV4EAMUpdateBattery()
|
|||
#endif
|
||||
}
|
||||
|
||||
static void hottV4EAMUpdateTemperatures()
|
||||
static void hottV4EAMUpdateTemperatures(void)
|
||||
{
|
||||
HoTTV4ElectricAirModule.temp1 = 20 + 0;
|
||||
HoTTV4ElectricAirModule.temp2 = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue