aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/mac_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/mac_lld.h')
-rw-r--r--os/hal/templates/mac_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/templates/mac_lld.h b/os/hal/templates/mac_lld.h
index 5f4631c16..9a536543b 100644
--- a/os/hal/templates/mac_lld.h
+++ b/os/hal/templates/mac_lld.h
@@ -87,11 +87,11 @@ struct MACDriver {
/**
* @brief Transmit semaphore.
*/
- semaphore_t tdsem;
+ threads_queue_t tdqueue;
/**
* @brief Receive semaphore.
*/
- semaphore_t rdsem;
+ threads_queue_t rdqueue;
#if MAC_USE_EVENTS || defined(__DOXYGEN__)
/**
* @brief Receive event.