aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/platforms/LPC11xx/platform.dox2
-rw-r--r--os/hal/platforms/LPC13xx/platform.dox2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/LPC11xx/platform.dox b/os/hal/platforms/LPC11xx/platform.dox
index 82d0b0a6e..fb8493659 100644
--- a/os/hal/platforms/LPC11xx/platform.dox
+++ b/os/hal/platforms/LPC11xx/platform.dox
@@ -79,7 +79,7 @@
*/
/**
- * @defgroup LPC11xx_SPI LPC11xx SPI Support
+ * @defgroup LPC11xx_SPI LPC11xx SSP Support
* @details The SPI driver supports the LPC11xx SSP peripherals in an interrupt
* driven implementation.
* @note Being the SPI a fast peripheral, much care must be taken to
diff --git a/os/hal/platforms/LPC13xx/platform.dox b/os/hal/platforms/LPC13xx/platform.dox
index 9f22a0252..cb04828dc 100644
--- a/os/hal/platforms/LPC13xx/platform.dox
+++ b/os/hal/platforms/LPC13xx/platform.dox
@@ -79,7 +79,7 @@
*/
/**
- * @defgroup LPC13xx_SPI LPC13xx SPI Support
+ * @defgroup LPC13xx_SPI LPC13xx SSP Support
* @details The SPI driver supports the LPC13xx SSP peripherals in an interrupt
* driven implementation.
* @note Being the SPI a fast peripheral, much care must be taken to