diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-20 10:49:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-20 10:49:21 +0000 |
commit | 1e7ce9301626ece84c0811c3a4cd55fa60b8680d (patch) | |
tree | 57e567f55d1f367fd6d28c278b03c9af5e0b5f47 /testhal/STM32F4xx/UART | |
parent | 1fd62819b772f03a52c363b92e94a8c41e2fd266 (diff) | |
download | ChibiOS-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/UART')
-rw-r--r-- | testhal/STM32F4xx/UART/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/UART/mcuconf.h b/testhal/STM32F4xx/UART/mcuconf.h index 35b022b1e..b2a40a51d 100644 --- a/testhal/STM32F4xx/UART/mcuconf.h +++ b/testhal/STM32F4xx/UART/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.
|