From e39cbfcfd6b5424d97070e533f67d6588e0f3903 Mon Sep 17 00:00:00 2001 From: Jaakko Haakana Date: Fri, 16 May 2025 00:09:25 +0300 Subject: [PATCH] Add missing def in user settings --- Software/USER_SETTINGS.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/USER_SETTINGS.h b/Software/USER_SETTINGS.h index a194dfab..7a05a184 100644 --- a/Software/USER_SETTINGS.h +++ b/Software/USER_SETTINGS.h @@ -179,6 +179,7 @@ typedef struct { CAN_Interface charger; CAN_Interface shunt; } CAN_Configuration; +extern const char* getCANInterfaceName(CAN_Interface interface); extern volatile CAN_Configuration can_config; extern volatile uint8_t AccessPointEnabled; extern const uint8_t wifi_channel;