From 95229524a642ae2cfe7f19b79a82f3e8a274b3a3 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 26 Aug 2015 11:50:35 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8242 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F7xx/hal_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/ports/STM32/STM32F7xx/hal_lld.c') diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.c b/os/hal/ports/STM32/STM32F7xx/hal_lld.c index 4b4a98851..84e27a251 100644 --- a/os/hal/ports/STM32/STM32F7xx/hal_lld.c +++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.c @@ -129,7 +129,7 @@ void hal_lld_init(void) { #if defined(STM32_DMA_REQUIRED) dmaInit(); -#if defined(STM32F7XX) +#if 0 /*defined(STM32F7XX)*/ /* If the DMA is in use then the DMA-accessible RAM must be programmed as Write Through using the MPU, region zero is used with a size of 512kB, the sub-regions are programmed as follow: -- cgit v1.2.3