Skip to content

Commit

Permalink
AP_HAL: examples: add missing include for AP_InertialSensor
Browse files Browse the repository at this point in the history
we instantiate this library in here
  • Loading branch information
peterbarker committed Aug 30, 2024
1 parent c876bec commit df8f634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_HAL/examples/DSP_test/DSP_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <GCS_MAVLink/GCS_Dummy.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <AP_Logger/AP_Logger.h>
#include <AP_InertialSensor/AP_InertialSensor.h>
#include "GyroFrame.h"

#if HAL_WITH_DSP
Expand Down

0 comments on commit df8f634

Please sign in to comment.