diff options
Diffstat (limited to 'os/hal/include/mac.h')
| -rw-r--r-- | os/hal/include/mac.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/mac.h b/os/hal/include/mac.h index 29381bab3..a180cc4f0 100644 --- a/os/hal/include/mac.h +++ b/os/hal/include/mac.h @@ -1,5 +1,5 @@  /*
 -    ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
 +    ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
      This file is part of ChibiOS/RT.
 @@ -57,7 +57,7 @@  /**
   * @brief   Returns the received frames event source.
 - * + *
   * @param[in] macp      pointer to the @p MACDriver object
   * @return              The pointer to the @p EventSource structure.
   */
 @@ -67,7 +67,7 @@  /**
   * @brief   Writes to a transmit descriptor's stream.
 - * + *
   * @param[in] tdp       pointer to a @p MACTransmitDescriptor structure
   * @param[in] buf       pointer to the buffer containing the data to be written
   * @param[in] size      number of bytes to be written
  | 
