aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM8/spi_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-01 10:53:18 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-01 10:53:18 +0000
commit5da56bd07fca28900f9a53c51312be46d759e1d2 (patch)
treef4a0047927ae61466526c24c0bb71bad745cbf07 /os/hal/platforms/STM8/spi_lld.h
parenta9753ea48ac394028762b6a3fa9812e0092bb08e (diff)
downloadChibiOS-5da56bd07fca28900f9a53c51312be46d759e1d2.tar.gz
ChibiOS-5da56bd07fca28900f9a53c51312be46d759e1d2.tar.bz2
ChibiOS-5da56bd07fca28900f9a53c51312be46d759e1d2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2318 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM8/spi_lld.h')
-rw-r--r--os/hal/platforms/STM8/spi_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM8/spi_lld.h b/os/hal/platforms/STM8/spi_lld.h
index a66f83ad7..f84f4a9a0 100644
--- a/os/hal/platforms/STM8/spi_lld.h
+++ b/os/hal/platforms/STM8/spi_lld.h
@@ -52,7 +52,7 @@
* @details The default action is to stop the system.
*/
#if !defined(STM8_SPI_SPI_ERROR_HOOK) || defined(__DOXYGEN__)
-#define STM8_SPI_SPI_ERROR_HOOK(spip) chSysHalt()
+#define STM8_SPI_ERROR_HOOK(spip) chSysHalt()
#endif
/*===========================================================================*/