AP_Vehicle: add missing include in config.h

This commit is contained in:
Peter Barker 2024-02-13 14:22:21 +11:00 committed by Peter Barker
parent 57b0a0db62
commit 37a9fd4e14

View File

@ -1,5 +1,7 @@
#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_VEHICLE_ENABLED
#define AP_VEHICLE_ENABLED 1
#endif