Fix BQ initialization

This commit is contained in:
jazzpi
2022-06-23 12:40:35 +02:00
parent 9f69121203
commit 8f0e661e18
4 changed files with 20 additions and 7 deletions

View File

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

View File

@ -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_ */