mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Filesystem: fold AP_Filesystem_Available.h into AP_Filesystem_config.h
This commit is contained in:
parent
51e51bfe6f
commit
c6989ed710
@ -22,7 +22,7 @@
|
||||
#include <stdint.h>
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#include "AP_Filesystem_Available.h"
|
||||
#include "AP_Filesystem_config.h"
|
||||
|
||||
#ifndef MAX_NAME_LEN
|
||||
#define MAX_NAME_LEN 255
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <stdint.h>
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#include "AP_Filesystem_Available.h"
|
||||
#include "AP_Filesystem_config.h"
|
||||
|
||||
#include <AP_InternalError/AP_InternalError.h>
|
||||
|
||||
|
@ -4,6 +4,12 @@
|
||||
|
||||
#include <AP_Mission/AP_Mission_config.h>
|
||||
|
||||
#if HAL_OS_POSIX_IO || HAL_OS_FATFS_IO
|
||||
#define HAVE_FILESYSTEM_SUPPORT 1
|
||||
#else
|
||||
#define HAVE_FILESYSTEM_SUPPORT 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_FILESYSTEM_PARAM_ENABLED
|
||||
#define AP_FILESYSTEM_PARAM_ENABLED 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user