AP_Gripper: correct config boards include

Important to include AP_HAL_Boards.h directly, rather than relying on someone else having done it or getting it transitively
This commit is contained in:
Peter Barker 2023-03-16 20:49:38 +11:00 committed by Peter Barker
parent 84bf020897
commit 59af9436db
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include <AP_BoardConfig/AP_BoardConfig.h>
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_GRIPPER_ENABLED
#define AP_GRIPPER_ENABLED 1