mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
Plane: rename Log_Write_SERVO to Log_Write_RCOU
This commit is contained in:
parent
ef2597a626
commit
45ab18f131
@ -455,7 +455,7 @@ static void Log_Write_IMU()
|
|||||||
static void Log_Write_RC(void)
|
static void Log_Write_RC(void)
|
||||||
{
|
{
|
||||||
DataFlash.Log_Write_RCIN();
|
DataFlash.Log_Write_RCIN();
|
||||||
DataFlash.Log_Write_SERVO();
|
DataFlash.Log_Write_RCOUT();
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct LogStructure log_structure[] PROGMEM = {
|
static const struct LogStructure log_structure[] PROGMEM = {
|
||||||
|
Loading…
Reference in New Issue
Block a user