mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
AP_Vehicle: add missing include in config.h
This commit is contained in:
parent
57b0a0db62
commit
37a9fd4e14
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#ifndef AP_VEHICLE_ENABLED
|
||||
#define AP_VEHICLE_ENABLED 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user