mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_HAL_Linux: QSPI -> WSPI
This commit is contained in:
parent
11fba13dc8
commit
b5d7d06886
@ -233,7 +233,7 @@ static Empty::OpticalFlow opticalFlow;
|
||||
|
||||
static Empty::DSP dspDriver;
|
||||
static Empty::Flash flashDriver;
|
||||
static Empty::QSPIDeviceManager qspi_mgr_instance;
|
||||
static Empty::WSPIDeviceManager wspi_mgr_instance;
|
||||
|
||||
#if HAL_NUM_CAN_IFACES
|
||||
static CANIface* canDrivers[HAL_NUM_CAN_IFACES];
|
||||
@ -253,7 +253,7 @@ HAL_Linux::HAL_Linux() :
|
||||
&uartJDriver,
|
||||
&i2c_mgr_instance,
|
||||
&spi_mgr_instance,
|
||||
&qspi_mgr_instance,
|
||||
&wspi_mgr_instance,
|
||||
&analogIn,
|
||||
&storageDriver,
|
||||
&uartADriver,
|
||||
|
Loading…
Reference in New Issue
Block a user