diff options
Diffstat (limited to 'testhal/STM32/STM32F0xx/SPI/chconf.h')
-rw-r--r-- | testhal/STM32/STM32F0xx/SPI/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F0xx/SPI/chconf.h b/testhal/STM32/STM32F0xx/SPI/chconf.h index 0e7bac72f..89abbc2dc 100644 --- a/testhal/STM32/STM32F0xx/SPI/chconf.h +++ b/testhal/STM32/STM32F0xx/SPI/chconf.h @@ -137,7 +137,7 @@ *
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_TM TRUE
+#define CH_CFG_USE_TM FALSE
/**
* @brief Threads registry APIs.
|