From c4642d4164a060a53886edd4706ab18c256a329c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 2 Nov 2014 10:33:19 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7459 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/mac_lld.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/templates/mac_lld.h') 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. -- cgit v1.2.3