mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
9 lines
197 B
C
9 lines
197 B
C
#pragma once
|
|
|
|
#include <AP_HAL/AP_HAL_Boards.h>
|
|
#include <AP_Filesystem/AP_Filesystem_config.h>
|
|
|
|
#ifndef AP_TERRAIN_AVAILABLE
|
|
#define AP_TERRAIN_AVAILABLE AP_FILESYSTEM_FILE_READING_ENABLED
|
|
#endif
|