aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/mac.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-30 18:05:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-30 18:05:32 +0000
commitb55631f714a0469962883ac572e1910080de68fa (patch)
treed94a5a57e5adc8fa5bceea1b89dc67bf95fcfa2e /os/io/mac.c
parent3a397f9f5b3920339a7316e09379bc25dd5195a0 (diff)
downloadChibiOS-b55631f714a0469962883ac572e1910080de68fa.tar.gz
ChibiOS-b55631f714a0469962883ac572e1910080de68fa.tar.bz2
ChibiOS-b55631f714a0469962883ac572e1910080de68fa.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1195 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/mac.c')
-rw-r--r--os/io/mac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/io/mac.c b/os/io/mac.c
index 6754bf78f..809ea5fd1 100644
--- a/os/io/mac.c
+++ b/os/io/mac.c
@@ -109,7 +109,6 @@ msg_t macWaitTransmitDescriptor(MACDriver *macp,
* @brief Releases a transmit descriptor and starts the transmission of the
* enqueued data as a single frame.
*
- * @param[in] macp pointer to the @p MACDriver object
* @param[in] tdp the pointer to the @p MACTransmitDescriptor structure
*/
void macReleaseTransmitDescriptor(MACTransmitDescriptor *tdp) {
@@ -157,7 +156,6 @@ msg_t macWaitReceiveDescriptor(MACDriver *macp,
* @details The descriptor and its buffer are made available for more incoming
* frames.
*
- * @param[in] macp pointer to the @p MACDriver object
* @param[in] rdp the pointer to the @p MACReceiveDescriptor structure
*/
void macReleaseReceiveDescriptor(MACReceiveDescriptor *rdp) {