aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/mac_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-25 11:29:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-25 11:29:34 +0000
commitb136bcadfd7d190833e2c454d2c15f021184310a (patch)
treece4df9575772d9883026409a3aa801a3d42e303f /os/hal/platforms/STM32/mac_lld.c
parent37cabaed5e2b0c0c2c61ad9fb69e77c85938d988 (diff)
downloadChibiOS-b136bcadfd7d190833e2c454d2c15f021184310a.tar.gz
ChibiOS-b136bcadfd7d190833e2c454d2c15f021184310a.tar.bz2
ChibiOS-b136bcadfd7d190833e2c454d2c15f021184310a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3975 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/mac_lld.c')
-rw-r--r--os/hal/platforms/STM32/mac_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/mac_lld.c b/os/hal/platforms/STM32/mac_lld.c
index 19c808b6d..6f850cd26 100644
--- a/os/hal/platforms/STM32/mac_lld.c
+++ b/os/hal/platforms/STM32/mac_lld.c
@@ -535,7 +535,7 @@ size_t mac_lld_read_receive_descriptor(MACReceiveDescriptor *rdp,
uint8_t *buf,
size_t size) {
- chDbgAssert(!(tdp->physdesc->rdes0 & STM32_RDES0_OWN),
+ chDbgAssert(!(rdp->physdesc->rdes0 & STM32_RDES0_OWN),
"mac_lld_read_receive_descriptor(), #1",
"attempt to read descriptor already owned by DMA");