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

@@ -91,4 +91,3 @@ void rc_cleaning(void);
#define rc_filter_butterworth_lowpass rc_butterworth_lowpass
#endif

View File

@@ -37,4 +37,3 @@ constexpr px4_i2c_bus_t px4_i2c_buses[I2C_BUS_MAX_BUS_ITEMS] = {
initI2CBusExternal(1), // i2c-1: pins P9 17,18
initI2CBusInternal(2), // i2c-2: pins P9 19,20 - bmp280, mpu9250
};