AP_IOMCU: remove unnecessary tabs and whitespaces

This commit is contained in:
Mirko Denecke 2019-10-20 15:47:14 +02:00 committed by Andrew Tridgell
parent e90bd27435
commit 12c9e50aef
7 changed files with 25 additions and 30 deletions

View File

@ -749,6 +749,3 @@ void AP_IOMCU_FW::fill_failsafe_pwm(void)
}
AP_HAL_MAIN();

View File

@ -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);

View File

@ -181,4 +181,3 @@ void AP_IOMCU_FW::dsm_bind_step(void)
break;
}
}