From 0d221ea9715c95fc2865d652e9c7acdf843de966 Mon Sep 17 00:00:00 2001 From: barthess Date: Tue, 30 Jun 2015 23:32:26 +0300 Subject: Deleted empty strings at the end of file --- testhal/STM32/STM32F4xx/FSMC_SRAM/memcpy_dma.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'testhal/STM32/STM32F4xx') diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/memcpy_dma.c b/testhal/STM32/STM32F4xx/FSMC_SRAM/memcpy_dma.c index 2705382..9f7ff8a 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SRAM/memcpy_dma.c +++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/memcpy_dma.c @@ -103,11 +103,3 @@ void memcpy_dma(void *dest, const void *src, size_t size) { memcpy(dest+size-remainder, src+size-remainder, remainder); } - - - - - - - - -- cgit v1.2.3