mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Plane: removed some unused functions
This commit is contained in:
parent
0d6064034a
commit
8d95b953c3
@ -557,18 +557,6 @@ static void Log_Write_Airspeed(void)
|
||||
DataFlash.WriteBlock(&pkt, sizeof(pkt));
|
||||
}
|
||||
|
||||
static void Log_Write_AHRS2()
|
||||
{
|
||||
DataFlash.Log_Write_AHRS2(ahrs);
|
||||
}
|
||||
|
||||
static void Log_Write_SIMSTATE()
|
||||
{
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL
|
||||
sitl.Log_Write_SIMSTATE(DataFlash);
|
||||
#endif
|
||||
}
|
||||
|
||||
static const struct LogStructure log_structure[] PROGMEM = {
|
||||
LOG_COMMON_STRUCTURES,
|
||||
{ LOG_ATTITUDE_MSG, sizeof(log_Attitude),
|
||||
@ -651,8 +639,6 @@ static void Log_Write_IMU() {}
|
||||
static void Log_Write_RC() {}
|
||||
static void Log_Write_Airspeed(void) {}
|
||||
static void Log_Write_Baro(void) {}
|
||||
static void Log_Write_AHRS2() {}
|
||||
static void Log_Write_SIMSTATE() {}
|
||||
|
||||
static int8_t process_logs(uint8_t argc, const Menu::arg *argv) {
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user