ardupilot/libraries/AP_EFI
Valentin Berman 4938a6bb42 AP_EFI: DroneCAN: set the last_updated_ms field of efi_state
The last_update_ms variable was never set in the DroneCAN implementation of the Electronic Fuel Injector sensor. This causes the function bool AP_EFI::is_healthy to always return false. Solved by adding one line of code to set the variable to the correct value.
2024-07-14 20:19:31 +10:00
..
AP_EFI.cpp AP_EFI: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
AP_EFI.h
AP_EFI_Backend.cpp
AP_EFI_Backend.h
AP_EFI_Currawong_ECU.cpp
AP_EFI_Currawong_ECU.h
AP_EFI_DroneCAN.cpp AP_EFI: DroneCAN: set the last_updated_ms field of efi_state 2024-07-14 20:19:31 +10:00
AP_EFI_DroneCAN.h
AP_EFI_MAV.cpp
AP_EFI_MAV.h
AP_EFI_NWPMU.cpp
AP_EFI_NWPMU.h
AP_EFI_Scripting.cpp
AP_EFI_Scripting.h
AP_EFI_Serial_Hirth.cpp
AP_EFI_Serial_Hirth.h
AP_EFI_Serial_Lutan.cpp
AP_EFI_Serial_Lutan.h
AP_EFI_Serial_MS.cpp
AP_EFI_Serial_MS.h
AP_EFI_State.h
AP_EFI_ThrottleLinearisation.cpp
AP_EFI_ThrottleLinearisation.h
AP_EFI_config.h