diff options
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/MBCI/MBCI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/MBCI/MBCI.h b/src/modules/MBCI/MBCI.h index daf1f02d..770d8312 100644 --- a/src/modules/MBCI/MBCI.h +++ b/src/modules/MBCI/MBCI.h @@ -97,7 +97,7 @@ typedef UInt32 MBCIAuthKeyType; /// @internal inline BOOL busi_test_mmio(_Input struct IMBCIHost* host, _Input const UInt32 test) { host->MMIOTest = test; - UInt16 timeout = 0UL; + UInt16 timeout{0UL}; while (host->MMIOTest == test) { ++timeout; |
