aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/mac.h')
-rw-r--r--os/hal/include/mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/mac.h b/os/hal/include/mac.h
index 8978f007e..81d8ea27f 100644
--- a/os/hal/include/mac.h
+++ b/os/hal/include/mac.h
@@ -64,7 +64,7 @@
* @api
*/
#if CH_USE_EVENTS || defined(__DOXYGEN__)
-#define macGetReceiveEventSource(macp) (&(macp)->md_rdevent)
+#define macGetReceiveEventSource(macp) (&(macp)->rdevent)
#endif
/**