mirror of https://github.com/ArduPilot/ardupilot
8 lines
119 B
C
8 lines
119 B
C
|
#pragma once
|
||
|
|
||
|
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||
|
|
||
|
#ifndef AP_CAMERA_ENABLED
|
||
|
#define AP_CAMERA_ENABLED 1
|
||
|
#endif
|