mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
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
|