|
APM:Libraries
|
#include <AP_HAL/AP_HAL.h>#include <string.h>#include "stm32f4xx.h"#include "EEPROM.h"#include <hal.h>#include <GCS_MAVLink/GCS.h>Go to the source code of this file.
Functions | |
| static void | reset_flash_errors () |
Variables | |
| EEPROMClass | EEPROM |
|
static |
Definition at line 30 of file EEPROM.cpp.
Referenced by EEPROMClass::_ErasePageByAddress(), EEPROMClass::_format(), EEPROMClass::write_16(), and EEPROMClass::write_8().
| EEPROMClass EEPROM |
Definition at line 717 of file EEPROM.cpp.
1.8.13