commit | a0f79f20e2431d229c6deb161eaa83889b32161f | [log] [tgz] |
---|---|---|
author | Jean Nanchen <jean.nanchen@gmail.com> | Fri Jun 06 11:50:22 2025 +0200 |
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | Wed Jul 23 14:31:46 2025 +0000 |
tree | a9c6f4888273fb874f2f19ed7c8a73f42cd5d50e | |
parent | 9cd8d8f41df62f94c59e58f65253a2d41a7f2c10 [diff] |
drivers: i2c: stm32: fix build error after timeout patch Follow-up to PR #88631: fix missing variable declarations introduced in the STM32 I2C LL driver after adding timeouts to blocking loops. The missing declarations caused a build failure when interrupts were disabled (CONFIG_I2C_STM32_INTERRUPT=n). Fixes a regression introduced in #88631. Signed-off-by: Jean Nanchen <jean.nanchen@gmail.com> (cherry picked from commit bc097a6fe6463d204864b71d04f29e61d6febfaf)