mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Add missing def in user settings
This commit is contained in:
parent
c58d7a2b67
commit
e39cbfcfd6
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ typedef struct {
|
||||||
CAN_Interface charger;
|
CAN_Interface charger;
|
||||||
CAN_Interface shunt;
|
CAN_Interface shunt;
|
||||||
} CAN_Configuration;
|
} CAN_Configuration;
|
||||||
|
extern const char* getCANInterfaceName(CAN_Interface interface);
|
||||||
extern volatile CAN_Configuration can_config;
|
extern volatile CAN_Configuration can_config;
|
||||||
extern volatile uint8_t AccessPointEnabled;
|
extern volatile uint8_t AccessPointEnabled;
|
||||||
extern const uint8_t wifi_channel;
|
extern const uint8_t wifi_channel;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue