Skip to content

Commit

Permalink
AP_VideoTX: correct include to use config.h
Browse files Browse the repository at this point in the history
need to avoid random headers in these config files!
  • Loading branch information
peterbarker committed Aug 7, 2024
1 parent 22b2504 commit 52a2de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_VideoTX/AP_VideoTX_config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <AP_HAL/AP_HAL_Boards.h>
#include <AP_OSD/AP_OSD.h>
#include <AP_OSD/AP_OSD_config.h>

#ifndef AP_VIDEOTX_ENABLED
#define AP_VIDEOTX_ENABLED 1
Expand Down

0 comments on commit 52a2de8

Please sign in to comment.