mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_IOMCU: remove unnecessary tabs and whitespaces
This commit is contained in:
parent
e90bd27435
commit
12c9e50aef
@ -749,6 +749,3 @@ void AP_IOMCU_FW::fill_failsafe_pwm(void)
|
||||
}
|
||||
|
||||
AP_HAL_MAIN();
|
||||
|
||||
|
||||
|
||||
|
@ -148,4 +148,3 @@ public:
|
||||
#define AMBER_SET(on) palWriteLine(HAL_GPIO_PIN_AMBER_LED, !(on));
|
||||
#define SPEKTRUM_POWER(on) palWriteLine(HAL_GPIO_PIN_SPEKTRUM_PWR_EN, on);
|
||||
#define SPEKTRUM_SET(on) palWriteLine(HAL_GPIO_PIN_SPEKTRUM_OUT, on);
|
||||
|
||||
|
@ -181,4 +181,3 @@ void AP_IOMCU_FW::dsm_bind_step(void)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user