From d9bfca095a1cf1c1fb4ac761cc89f9cdb6d29e10 Mon Sep 17 00:00:00 2001
From: Moritz Ruffer <m.ruffer@fasttube.de>
Date: Fri, 28 Mar 2025 21:47:46 +0100
Subject: [PATCH] Revert "ignore HAL_BUSY for now"

This reverts commit 5df31f5ece3e5c36e83e65a7d9961174363e02e5.
---
 .../Core/Lib/ADBMS6830B_Driver/Core/Src/ADBMS_Abstraction.c     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AMS_Master_Code/Core/Lib/ADBMS6830B_Driver/Core/Src/ADBMS_Abstraction.c b/AMS_Master_Code/Core/Lib/ADBMS6830B_Driver/Core/Src/ADBMS_Abstraction.c
index a8924cc..6b6077b 100644
--- a/AMS_Master_Code/Core/Lib/ADBMS6830B_Driver/Core/Src/ADBMS_Abstraction.c
+++ b/AMS_Master_Code/Core/Lib/ADBMS6830B_Driver/Core/Src/ADBMS_Abstraction.c
@@ -125,7 +125,7 @@ HAL_StatusTypeDef amsAuxAndStatusMeasurement(Cell_Module (*module)[N_BMS]) {
     }
 
     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};