aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-07-15 12:33:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-07-15 12:33:41 +0000
commit5ebfb65f686ba28c13258c77d52560c1299aa442 (patch)
tree2a38ccd93f0a426e1e6aeee895bdf6e4b4c378b3 /demos/STM32
parentce081e2ba245347b31a5731b5cfdf583cd8b0959 (diff)
downloadChibiOS-5ebfb65f686ba28c13258c77d52560c1299aa442.tar.gz
ChibiOS-5ebfb65f686ba28c13258c77d52560c1299aa442.tar.bz2
ChibiOS-5ebfb65f686ba28c13258c77d52560c1299aa442.zip
More STM32L0xx code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8101 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/RT-STM32L053R8-NUCLEO/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32L053R8-NUCLEO/chconf.h b/demos/STM32/RT-STM32L053R8-NUCLEO/chconf.h
index 8c745aabf..3efdfc677 100644
--- a/demos/STM32/RT-STM32L053R8-NUCLEO/chconf.h
+++ b/demos/STM32/RT-STM32L053R8-NUCLEO/chconf.h
@@ -138,7 +138,7 @@
*
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_TM TRUE
+#define CH_CFG_USE_TM FALSE
/**
* @brief Threads registry APIs.