diff options
Diffstat (limited to 'os/io/spi.c')
| -rw-r--r-- | os/io/spi.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/spi.c b/os/io/spi.c index 231fc7ad2..10eabb87e 100644 --- a/os/io/spi.c +++ b/os/io/spi.c @@ -55,7 +55,7 @@ void spiObjectInit(SPIDriver *spip) {   * @brief Configures and activates the SPI peripheral.
   *
   * @param[in] spip pointer to the @p SPIDriver object
 - * @param config pointer to the @p SPIConfig object
 + * @param[in] config pointer to the @p SPIConfig object
   */
  void spiStart(SPIDriver *spip, const SPIConfig *config) {
  | 
