aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/templates/mac_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/templates/mac_lld.h')
-rw-r--r--os/io/templates/mac_lld.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/io/templates/mac_lld.h b/os/io/templates/mac_lld.h
index 3ab322b5c..a01bf845e 100644
--- a/os/io/templates/mac_lld.h
+++ b/os/io/templates/mac_lld.h
@@ -48,6 +48,9 @@
typedef struct {
Semaphore md_tdsem; /**< Transmit semaphore.*/
Semaphore md_rdsem; /**< Receive semaphore.*/
+#if CH_USE_EVENTS
+ EventSource md_rdevent; /**< Receive event source.*/
+#endif
} MACDriver;
/**