From a8782019a20f5487494e436f79b876b57f7229e1 Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 8 May 2025 08:48:57 +0200 Subject: feat(tooling): update HeFS headers, and better HeFS tooling. Signed-off-by: Amlal --- dev/modules/MBCI/MBCI.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dev/modules') diff --git a/dev/modules/MBCI/MBCI.h b/dev/modules/MBCI/MBCI.h index 37f802ec..99ecf802 100644 --- a/dev/modules/MBCI/MBCI.h +++ b/dev/modules/MBCI/MBCI.h @@ -100,12 +100,11 @@ typedef UInt32 MBCIAuthKeyType; inline BOOL busi_test_mmio(_Input struct IMBCIHost* host, _Input const UInt32 test) { host->MMIOTest = test; UInt16 timeout = 0UL; - + while (host->MMIOTest == test) { ++timeout; - if (timeout > 0x1000) - return NO; + if (timeout > 0x1000) return NO; } return host->MMIOTest == 0; -- cgit v1.2.3