aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SRAM
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-06-30 23:32:26 +0300
committerbarthess <barthess@yandex.ru>2015-06-30 23:32:26 +0300
commit0d221ea9715c95fc2865d652e9c7acdf843de966 (patch)
treeb4c222c1c1081fd907ea4cda9093fac4c71b6f6e /testhal/STM32/STM32F4xx/FSMC_SRAM
parentd66299ff755314ab6ca66192369b37fe7e4377f7 (diff)
downloadChibiOS-Contrib-0d221ea9715c95fc2865d652e9c7acdf843de966.tar.gz
ChibiOS-Contrib-0d221ea9715c95fc2865d652e9c7acdf843de966.tar.bz2
ChibiOS-Contrib-0d221ea9715c95fc2865d652e9c7acdf843de966.zip
Deleted empty strings at the end of file
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SRAM')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SRAM/memcpy_dma.c8
1 files changed, 0 insertions, 8 deletions
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);
}
-
-
-
-
-
-
-
-