Add missing def in user settings

This commit is contained in:
Jaakko Haakana 2025-05-16 00:09:25 +03:00
parent c58d7a2b67
commit e39cbfcfd6

View file

@ -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;