diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-30 08:15:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-30 08:15:31 +0000 |
commit | 8e8aff84b380facae6fcaf5949f0a6b647989b7b (patch) | |
tree | 299235b50a549af4054bbd9f4ffdfac0b66bc5fb /os/hal/include/mac.h | |
parent | 5b3b5aa16024ab417c2d8cea5dc693ea71be3638 (diff) | |
download | ChibiOS-8e8aff84b380facae6fcaf5949f0a6b647989b7b.tar.gz ChibiOS-8e8aff84b380facae6fcaf5949f0a6b647989b7b.tar.bz2 ChibiOS-8e8aff84b380facae6fcaf5949f0a6b647989b7b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4994 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/mac.h')
-rw-r--r-- | os/hal/include/mac.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/include/mac.h b/os/hal/include/mac.h index 763bc373e..d7893bc0c 100644 --- a/os/hal/include/mac.h +++ b/os/hal/include/mac.h @@ -109,7 +109,6 @@ typedef struct MACDriver MACDriver; #define macGetReceiveEventSource(macp) (&(macp)->rdevent)
#endif
-#if !MAC_USE_ZERO_COPY || defined(__DOXYGEN__)
/**
* @brief Writes to a transmit descriptor's stream.
*
@@ -140,7 +139,6 @@ typedef struct MACDriver MACDriver; */
#define macReadReceiveDescriptor(rdp, buf, size) \
mac_lld_read_receive_descriptor(rdp, buf, size)
-#endif /* !MAC_USE_ZERO_COPY */
#if MAC_USE_ZERO_COPY || defined(__DOXYGEN__)
/**
|