From 9fe63ca2d4f3b985d4cfebbb02ad4353a07b3b15 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 8 Apr 2023 14:27:51 +1000 Subject: [PATCH] AP_EFI: text messages and more defines --- libraries/AP_EFI/AP_EFI_Backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_EFI/AP_EFI_Backend.h b/libraries/AP_EFI/AP_EFI_Backend.h index 9506c7ff09..3f637dba3f 100644 --- a/libraries/AP_EFI/AP_EFI_Backend.h +++ b/libraries/AP_EFI/AP_EFI_Backend.h @@ -42,7 +42,7 @@ protected: // Internal state for this driver (before copying to frontend) EFI_State internal_state; - int8_t get_uavcan_node_id(void) const; + int8_t get_dronecan_node_id(void) const; float get_coef1(void) const; float get_coef2(void) const; float get_ecu_fuel_density(void) const;