aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/sdc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-14 05:27:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-14 05:27:09 +0000
commitb0af64e71f7f6accd46bbbbe481d4753fd38cf21 (patch)
treee09637df2fbc04b82708bc3f17fa3495d42772ec /os/hal/platforms/STM32/sdc_lld.h
parent8af2607871d3a2f5bc92ce9fb095a23d7adab27b (diff)
downloadChibiOS-b0af64e71f7f6accd46bbbbe481d4753fd38cf21.tar.gz
ChibiOS-b0af64e71f7f6accd46bbbbe481d4753fd38cf21.tar.bz2
ChibiOS-b0af64e71f7f6accd46bbbbe481d4753fd38cf21.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2954 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/sdc_lld.h')
-rw-r--r--os/hal/platforms/STM32/sdc_lld.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/os/hal/platforms/STM32/sdc_lld.h b/os/hal/platforms/STM32/sdc_lld.h
index 96639eb39..4263e5d6d 100644
--- a/os/hal/platforms/STM32/sdc_lld.h
+++ b/os/hal/platforms/STM32/sdc_lld.h
@@ -51,7 +51,7 @@
* @brief SDIO DMA priority (0..3|lowest..highest).
*/
#if !defined(STM32_SDC_SDIO_DMA_PRIORITY) || defined(__DOXYGEN__)
-#define STM32_SDC_SDIO_DMA_PRIORITY 2
+#define STM32_SDC_SDIO_DMA_PRIORITY 3
#endif
/**
@@ -61,15 +61,6 @@
#define STM32_SDC_SDIO_IRQ_PRIORITY 9
#endif
-/**
- * @brief SDIO DMA error hook.
- * @note The default action for DMA errors is a system halt because DMA
- * error can only happen because programming errors.
- */
-#if !defined(STM32_SDC_DMA_ERROR_HOOK) || defined(__DOXYGEN__)
-#define STM32_SDC_DMA_ERROR_HOOK(sdcp) chSysHalt()
-#endif
-
/*===========================================================================*/
/* Derived constants and error checks. */
/*===========================================================================*/