diff options
Diffstat (limited to 'demos/rt/RT-STM32F051-DISCOVERY/chconf.h')
-rw-r--r-- | demos/rt/RT-STM32F051-DISCOVERY/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/rt/RT-STM32F051-DISCOVERY/chconf.h b/demos/rt/RT-STM32F051-DISCOVERY/chconf.h index adf4cb601..a481e2b0c 100644 --- a/demos/rt/RT-STM32F051-DISCOVERY/chconf.h +++ b/demos/rt/RT-STM32F051-DISCOVERY/chconf.h @@ -144,7 +144,7 @@ *
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_TM TRUE
+#define CH_CFG_USE_TM FALSE
/**
* @brief Threads registry APIs.
|