Remove file with only whitespace change as not required in PR

This commit is contained in:
Robert Dickenson 2016-03-07 19:19:09 +11:00 committed by Lorenz Meier
parent 044a139a2f
commit 7061bc804a

View File

@ -123,8 +123,8 @@ __BEGIN_DECLS
#define PX4_SPI_BUS_BARO PX4_SPI_BUS_RAMTRON
/* Use these in place of the spi_dev_e enumeration to select a specific SPI device on SPI1 */
#define PX4_SPIDEV_GYRO 1
#define PX4_SPIDEV_ACCEL_MAG 2
#define PX4_SPIDEV_GYRO 1
#define PX4_SPIDEV_ACCEL_MAG 2
#define PX4_SPIDEV_MPU 4
#define PX4_SPIDEV_HMC 5
#define PX4_SPIDEV_ICM 6