diff options
author | barthess <barthess@yandex.ru> | 2015-06-30 23:32:26 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-06-30 23:32:26 +0300 |
commit | 0d221ea9715c95fc2865d652e9c7acdf843de966 (patch) | |
tree | b4c222c1c1081fd907ea4cda9093fac4c71b6f6e /testhal | |
parent | d66299ff755314ab6ca66192369b37fe7e4377f7 (diff) | |
download | ChibiOS-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')
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_SRAM/memcpy_dma.c | 8 |
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); } - - - - - - - - |