Skip to content

Commit bba9005

Browse files
committed
libraries/DMA: Fix Typo.
Signed-off-by: zhanglinjing <Linjing.Zhang@infineon.com>
1 parent 5e8bf1a commit bba9005

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libraries/DMA/examples/DMA_Memory/DMA_Memory.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Simple DMA example for KIT_XMC47_RELAX_5V_AD_V1 V1
2+
* Simple DMA example for KIT_XMC47_RELAX_5V_AD_V1
33
* Demonstrates how to setup an DMA, to transfer data between two places in memory.
44
* Prints the message in Serial port.
55
*/

libraries/DMA/examples/DMA_UART/DMA_UART.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Simple DMA example for KIT_XMC47_RELAX_5V_AD_V1 V1
2+
* Simple DMA example for KIT_XMC47_RELAX_5V_AD_V1
33
* Demonstrates how to setup an DMA, between memory and UART module.
44
* Prints the message in Serial port.
55
*/

0 commit comments

Comments
 (0)