AP_VideoTX: correct include to use config.h

need to avoid random headers in these config files!
This commit is contained in:
Peter Barker 2024-08-07 15:04:47 +10:00 committed by Peter Barker
parent 53e9fe0805
commit 92dd71203e
1 changed files with 1 additions and 1 deletions

View File

@ -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