Fix BQ initialization
This commit is contained in:
@ -61,6 +61,7 @@ void afe_update_Checksum();
|
||||
|
||||
void afe_config_measurement_channels();
|
||||
void afe_config_communication();
|
||||
void afe_config_power();
|
||||
void afe_config_balancing();
|
||||
void afe_balance_channels(uint16_t channelstobalance);
|
||||
|
||||
|
||||
@ -199,4 +199,6 @@
|
||||
#define OV_FAULT_SUM (1 << 14)
|
||||
#define UV_FAULT_SUM (1 << 15)
|
||||
|
||||
#define DEVCONFIG_REG_DISABLE (1 << 5)
|
||||
|
||||
#endif /* INC_BQ_REGISTER_DEFINITIONS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user