Revert "ignore HAL_BUSY for now"
This reverts commit 5df31f5ece3e5c36e83e65a7d9961174363e02e5.
This commit is contained in:
parent
b14abe6f93
commit
d9bfca095a
@ -125,7 +125,7 @@ HAL_StatusTypeDef amsAuxAndStatusMeasurement(Cell_Module (*module)[N_BMS]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (pollCMD(PLAUX) == HAL_BUSY) {
|
if (pollCMD(PLAUX) == HAL_BUSY) {
|
||||||
// return HAL_BUSY;
|
return HAL_BUSY;
|
||||||
}
|
}
|
||||||
|
|
||||||
const size_t auxGroupSizes[] = {AUX_GROUP_A_SIZE, AUX_GROUP_B_SIZE, AUX_GROUP_C_SIZE, AUX_GROUP_D_SIZE};
|
const size_t auxGroupSizes[] = {AUX_GROUP_A_SIZE, AUX_GROUP_B_SIZE, AUX_GROUP_C_SIZE, AUX_GROUP_D_SIZE};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user