From 88e190103c97c80775dcfde119593c58071b61f6 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 14 Feb 2015 01:18:32 +0100 Subject: [PATCH] Fix doxygen warning in the CC2538 SPI driver --- cpu/cc2538/dev/spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cc2538/dev/spi.c b/cpu/cc2538/dev/spi.c index 586c738bc..911b13a36 100644 --- a/cpu/cc2538/dev/spi.c +++ b/cpu/cc2538/dev/spi.c @@ -52,7 +52,7 @@ /** * \brief Initialize the SPI bus. * - * This SPI init() function uses the following #defines to set the pins: + * This SPI init() function uses the following defines to set the pins: * SPI_CLK_PORT SPI_CLK_PIN * SPI_MOSI_PORT SPI_MOSI_PIN * SPI_MISO_PORT SPI_MISO_PIN