mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
HAL_Linux: added empty flash driver
This commit is contained in:
parent
c9eb9d8076
commit
33eecbb696
@ -210,6 +210,8 @@ static OpticalFlow_Onboard opticalFlow;
|
|||||||
static Empty::OpticalFlow opticalFlow;
|
static Empty::OpticalFlow opticalFlow;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
static Empty::Flash flashDriver;
|
||||||
|
|
||||||
HAL_Linux::HAL_Linux() :
|
HAL_Linux::HAL_Linux() :
|
||||||
AP_HAL::HAL(
|
AP_HAL::HAL(
|
||||||
&uartADriver,
|
&uartADriver,
|
||||||
@ -230,6 +232,7 @@ HAL_Linux::HAL_Linux() :
|
|||||||
&schedulerInstance,
|
&schedulerInstance,
|
||||||
&utilInstance,
|
&utilInstance,
|
||||||
&opticalFlow,
|
&opticalFlow,
|
||||||
|
&flashDriver,
|
||||||
nullptr)
|
nullptr)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user