#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
Go to the source code of this file.
|
void | fail (const char *why) |
|
int | main (int argc, char *argv[]) |
|
◆ fail()
void fail |
( |
const char * |
why | ) |
|
Definition at line 28 of file eedump.c.
Referenced by Linux::Storage::_storage_create(), GCS_MAVLINK::handle_device_op_read(), GCS_MAVLINK::handle_device_op_write(), AP_Compass_AK8963::init(), AP_Compass_IST8310::init(), AP_Compass_QMC5883L::init(), AP_Compass_LIS3MDL::init(), AP_Compass_AK09916::init(), main(), AP_Arming::rc_checks_copter_sub(), and setup().
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ eeprom
◆ k_EEPROM_magic
const uint16_t k_EEPROM_magic = 0x5041 |
|
static |
◆ k_EEPROM_revision
const uint16_t k_EEPROM_revision = 2 |
|
static |
◆ k_key_sentinel
const uint8_t k_key_sentinel = 0xff |
|
static |