Whitespace cleanup to quiet new blank line at EOF git hook.

This commit is contained in:
mcsauder
2020-04-01 10:51:41 -06:00
committed by Daniel Agar
parent 5634b68354
commit 6548fde024
102 changed files with 0 additions and 108 deletions

View File

@@ -60,4 +60,3 @@ constexpr px4_spi_bus_t px4_spi_buses[SPI_BUS_MAX_BUS_ITEMS] = {
};
static constexpr bool unused = validateSPIConfig(px4_spi_buses);

View File

@@ -76,4 +76,3 @@ constexpr timer_io_channels_t timer_io_channels[MAX_TIMER_IO_CHANNELS] = {
constexpr io_timers_channel_mapping_t io_timers_channel_mapping =
initIOTimerChannelMapping(io_timers, timer_io_channels);