mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Merge pull request #157 from ledvinap/fix-whitespace
Fixed some whitespace around operators
This commit is contained in:
commit
dc3b90c5d0
9 changed files with 40 additions and 41 deletions
|
@ -159,7 +159,7 @@ bool isCalibrating()
|
||||||
void annexCode(void)
|
void annexCode(void)
|
||||||
{
|
{
|
||||||
int32_t tmp, tmp2;
|
int32_t tmp, tmp2;
|
||||||
int32_t axis, prop1, prop2;
|
int32_t axis, prop1 = 0, prop2;
|
||||||
|
|
||||||
static uint8_t batteryWarningEnabled = false;
|
static uint8_t batteryWarningEnabled = false;
|
||||||
static uint8_t vbatTimer = 0;
|
static uint8_t vbatTimer = 0;
|
||||||
|
|
|
@ -215,7 +215,6 @@ void USB_Interrupts_Config(void)
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
void USB_Cable_Config(FunctionalState NewState)
|
void USB_Cable_Config(FunctionalState NewState)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue