aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Otto2010-03-26 17:36:15 +0100
committerThomas Otto2010-03-26 17:36:15 +0100
commit561ce3780998467c48a3aef30cfe448b3de6c100 (patch)
treee344220d2f98c59b27ea6909766f8dfbfd675844 /lib
parent0f710dd8fa1a12150cb17df6f103f8864e576e0d (diff)
Changed address setting in dma.c+h.
Diffstat (limited to 'lib')
-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)
{