aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/I2C/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/I2C/chconf.h')
-rw-r--r--testhal/STM32/I2C/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/I2C/chconf.h b/testhal/STM32/I2C/chconf.h
index 9f5273ba5..a293288d3 100644
--- a/testhal/STM32/I2C/chconf.h
+++ b/testhal/STM32/I2C/chconf.h
@@ -188,7 +188,7 @@
* @note The default is @p TRUE.
*/
#if !defined(CH_USE_MUTEXES) || defined(__DOXYGEN__)
-#define CH_USE_MUTEXES FALSE
+#define CH_USE_MUTEXES TRUE
#endif
/**