diff options
Diffstat (limited to 'os/hal/include/spi.h')
| -rw-r--r-- | os/hal/include/spi.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/os/hal/include/spi.h b/os/hal/include/spi.h index 47cf5f379..ccf3e4e63 100644 --- a/os/hal/include/spi.h +++ b/os/hal/include/spi.h @@ -194,7 +194,7 @@ typedef enum {   *          situation is much more efficient just wait for completion using
   *          polling than suspending the thread waiting for an interrupt.
   * @note    This API is implemented as a macro in order to minimize latency.
 - * + *
   * @param[in] spip      pointer to the @p SPIDriver object
   * @param[in] frame     the data frame to send over the SPI bus
   * @return              The received data frame from the SPI bus.
 @@ -222,7 +222,7 @@ typedef enum {  }
  /**
 - * @brief   Wakes up the waiting thread. + * @brief   Wakes up the waiting thread.
   *
   * @param[in] spip      pointer to the @p SPIDriver object
   *
 | 
