diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-05-19 14:11:00 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-05-19 14:11:00 +0000 |
commit | 19abd0018b4a6bf71d7af8f296b17ee74b89567b (patch) | |
tree | a01f50a3e9a9d9325b5a3a4699d05213002ceab0 /testhal/STM32/STM32F0xx/SPI/chconf.h | |
parent | 73cbca4d1554702c43a2ace6e86d8ff6a8ffaaa9 (diff) | |
download | ChibiOS-19abd0018b4a6bf71d7af8f296b17ee74b89567b.tar.gz ChibiOS-19abd0018b4a6bf71d7af8f296b17ee74b89567b.tar.bz2 ChibiOS-19abd0018b4a6bf71d7af8f296b17ee74b89567b.zip |
Fixed various errors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6940 35acf78f-673a-0410-8e92-d51de3d6d3f4
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.
|