#include <AP_HAL/AP_HAL.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
#include <ctype.h>
#include <nuttx/progmem.h>
#include <AP_BoardConfig/AP_BoardConfig.h>
#include "Storage.h"
Go to the source code of this file.
|
const AP_HAL::HAL & | hal |
| -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More...
|
|
◆ MTD_PARAMS_FILE
#define MTD_PARAMS_FILE "/fs/mtd" |
◆ STORAGE_DIR
#define STORAGE_DIR "/fs/microsd/APM" |
◆ mtd_main()
int mtd_main |
( |
int |
, |
|
|
char ** |
|
|
) |
| |
◆ hal
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition at line 14 of file AC_PID_test.cpp.