Skip to content

Commit 6dc1187

Browse files
soburicarlescufi
authored andcommitted
tests: dma: loop_transfer: Correct DMA definition of gd32f350r_eval
The overlay file overrides not existing node `dma0`. Correct it to `dma`. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 22ff66f commit 6dc1187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/dma/loop_transfer/boards/gd32f350r_eval.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
test_dma: &dma0 {
7+
test_dma: &dma {
88
status = "okay";
99
};

0 commit comments

Comments
 (0)