5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-09 16:13:56 -03:00
ardupilot/libraries/AP_Camera/AP_Camera_config.h

8 lines
119 B
C
Raw Normal View History

#pragma once
#include <AP_BoardConfig/AP_BoardConfig.h>
#ifndef AP_CAMERA_ENABLED
#define AP_CAMERA_ENABLED 1
#endif