AP_HAL_SITL: rename QSPIDevice to WSPIDevice
This commit is contained in:
parent
eadee1ab8d
commit
c0b008902f
@ -78,7 +78,7 @@ static Util utilInstance(&sitlState);
|
|||||||
static HALSITL::CANIface* canDrivers[HAL_NUM_CAN_IFACES];
|
static HALSITL::CANIface* canDrivers[HAL_NUM_CAN_IFACES];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static Empty::QSPIDeviceManager qspi_mgr_instance;
|
static Empty::WSPIDeviceManager wspi_mgr_instance;
|
||||||
|
|
||||||
HAL_SITL::HAL_SITL() :
|
HAL_SITL::HAL_SITL() :
|
||||||
AP_HAL::HAL(
|
AP_HAL::HAL(
|
||||||
@ -94,7 +94,7 @@ HAL_SITL::HAL_SITL() :
|
|||||||
&sitlUart9Driver, /* uartJ */
|
&sitlUart9Driver, /* uartJ */
|
||||||
&i2c_mgr_instance,
|
&i2c_mgr_instance,
|
||||||
&spi_mgr_instance, /* spi */
|
&spi_mgr_instance, /* spi */
|
||||||
&qspi_mgr_instance,
|
&wspi_mgr_instance,
|
||||||
&sitlAnalogIn, /* analogin */
|
&sitlAnalogIn, /* analogin */
|
||||||
&sitlStorage, /* storage */
|
&sitlStorage, /* storage */
|
||||||
&sitlUart0Driver, /* console */
|
&sitlUart0Driver, /* console */
|
||||||
|
Loading…
Reference in New Issue
Block a user