diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-10 19:03:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-10 19:03:28 +0000 |
commit | 5bc4fc844bceb9e16027edd3c67dfd58fdca6106 (patch) | |
tree | 3d2f8874f65cbc7a17c2964e26bc11dc8ffca1c7 /demos/STM8S-STM8S105-DISCOVERY-STVD/demo | |
parent | 2e065803c90233b5ae5cd094cdbf45efa32a4b19 (diff) | |
download | ChibiOS-5bc4fc844bceb9e16027edd3c67dfd58fdca6106.tar.gz ChibiOS-5bc4fc844bceb9e16027edd3c67dfd58fdca6106.tar.bz2 ChibiOS-5bc4fc844bceb9e16027edd3c67dfd58fdca6106.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2342 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM8S-STM8S105-DISCOVERY-STVD/demo')
-rw-r--r-- | demos/STM8S-STM8S105-DISCOVERY-STVD/demo/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM8S-STM8S105-DISCOVERY-STVD/demo/mcuconf.h b/demos/STM8S-STM8S105-DISCOVERY-STVD/demo/mcuconf.h index 70aae8849..757bba2ce 100644 --- a/demos/STM8S-STM8S105-DISCOVERY-STVD/demo/mcuconf.h +++ b/demos/STM8S-STM8S105-DISCOVERY-STVD/demo/mcuconf.h @@ -42,5 +42,5 @@ /*
* SPI driver system settings.
*/
-#define STM8_SPI_USE_SPI TRUE
+#define STM8_SPI_USE_SPI FALSE
#define STM8_SPI_ERROR_HOOK(spip) chSysHalt()
|