Skip to content

Commit

Permalink
AP_HAL_Linux: add in empty dsp driver
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per authored and tridge committed Feb 22, 2020
1 parent 7d36bc4 commit 127a0e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/AP_HAL_Linux/HAL_Linux_Class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ static OpticalFlow_Onboard opticalFlow;
static Empty::OpticalFlow opticalFlow;
#endif

static Empty::DSP dspDriver;
static Empty::Flash flashDriver;

HAL_Linux::HAL_Linux() :
Expand All @@ -239,6 +240,7 @@ HAL_Linux::HAL_Linux() :
&utilInstance,
&opticalFlow,
&flashDriver,
&dspDriver,
nullptr)
{}

Expand Down

0 comments on commit 127a0e9

Please sign in to comment.