aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/GPT
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-20 10:49:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-20 10:49:21 +0000
commit1e7ce9301626ece84c0811c3a4cd55fa60b8680d (patch)
tree57e567f55d1f367fd6d28c278b03c9af5e0b5f47 /testhal/STM32F4xx/GPT
parent1fd62819b772f03a52c363b92e94a8c41e2fd266 (diff)
downloadChibiOS-1e7ce9301626ece84c0811c3a4cd55fa60b8680d.tar.gz
ChibiOS-1e7ce9301626ece84c0811c3a4cd55fa60b8680d.tar.bz2
ChibiOS-1e7ce9301626ece84c0811c3a4cd55fa60b8680d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6306 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/GPT')
-rw-r--r--testhal/STM32F4xx/GPT/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/GPT/mcuconf.h b/testhal/STM32F4xx/GPT/mcuconf.h
index ff0f33ac3..7ebc4e8bc 100644
--- a/testhal/STM32F4xx/GPT/mcuconf.h
+++ b/testhal/STM32F4xx/GPT/mcuconf.h
@@ -152,7 +152,7 @@
#define STM32_I2C_I2C1_DMA_PRIORITY 3
#define STM32_I2C_I2C2_DMA_PRIORITY 3
#define STM32_I2C_I2C3_DMA_PRIORITY 3
-#define STM32_I2C_DMA_ERROR_HOOK(i2cp) chSysHalt("DMA failure")
+#define STM32_I2C_DMA_ERROR_HOOK(i2cp) osalSysHalt("DMA failure")
/*
* ICU driver system settings.