aboutsummaryrefslogtreecommitdiff
path: root/lib/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dma.c')
-rw-r--r--lib/dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dma.c b/lib/dma.c
index 50b50d9..9247d26 100644
--- a/lib/dma.c
+++ b/lib/dma.c
@@ -473,7 +473,7 @@ void dma_disable_channel(u32 dma, u8 channel)
}
}
-void dma_set_peripheral_address(u32 dma, u8 channel, u32 * address)
+void dma_set_peripheral_address(u32 dma, u8 channel, u32 address)
{
switch (channel)
{
@@ -496,7 +496,7 @@ void dma_set_peripheral_address(u32 dma, u8 channel, u32 * address)
}
}
-void dma_set_memory_address(u32 dma, u8 channel, u32 * address)
+void dma_set_memory_address(u32 dma, u8 channel, u32 address)
{
switch (channel)
{