mirror of https://github.com/ArduPilot/ardupilot
AP_VideoTX: correct include to use config.h
need to avoid random headers in these config files!
This commit is contained in:
parent
53e9fe0805
commit
92dd71203e
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_HAL/AP_HAL_Boards.h>
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||||||
#include <AP_OSD/AP_OSD.h>
|
#include <AP_OSD/AP_OSD_config.h>
|
||||||
|
|
||||||
#ifndef AP_VIDEOTX_ENABLED
|
#ifndef AP_VIDEOTX_ENABLED
|
||||||
#define AP_VIDEOTX_ENABLED 1
|
#define AP_VIDEOTX_ENABLED 1
|
||||||
|
|
Loading…
Reference in New Issue