fmuv5x:Missing define PX4_SPI_BUS_SENSORS

This commit is contained in:
David Sidrane 2019-07-30 07:17:21 -07:00 committed by Daniel Agar
parent 423dd23ff1
commit 0300a380cf
1 changed files with 3 additions and 1 deletions

View File

@ -140,7 +140,9 @@
#define PX4_SPI_BUS_SENSORS1 1
#define PX4_SPI_BUS_SENSORS2 2
#define PX4_SPI_BUS_SENSORS3 3
#define PX4_SPI_BUS_MAG 4
#define PX4_SPI_BUS_SENSORS4 4
#define PX4_SPI_BUS_MAG PX4_SPI_BUS_SENSORS4
#define PX4_SPI_BUS_MEMORY 5
#define PX4_SPI_BUS_EXTERNAL1 6