aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11Uxx
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/LPC11Uxx')
-rw-r--r--os/hal/platforms/LPC11Uxx/gpt_lld.c2
-rw-r--r--os/hal/platforms/LPC11Uxx/hal_lld.c2
-rw-r--r--os/hal/platforms/LPC11Uxx/pal_lld.c2
-rw-r--r--os/hal/platforms/LPC11Uxx/serial_lld.c2
-rw-r--r--os/hal/platforms/LPC11Uxx/spi_lld.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/platforms/LPC11Uxx/gpt_lld.c b/os/hal/platforms/LPC11Uxx/gpt_lld.c
index 38fcca24c..67921e76a 100644
--- a/os/hal/platforms/LPC11Uxx/gpt_lld.c
+++ b/os/hal/platforms/LPC11Uxx/gpt_lld.c
@@ -68,7 +68,7 @@ GPTDriver GPTD4;
#endif
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/
diff --git a/os/hal/platforms/LPC11Uxx/hal_lld.c b/os/hal/platforms/LPC11Uxx/hal_lld.c
index 1b47210c6..c27f32016 100644
--- a/os/hal/platforms/LPC11Uxx/hal_lld.c
+++ b/os/hal/platforms/LPC11Uxx/hal_lld.c
@@ -34,7 +34,7 @@
/*===========================================================================*/
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/
diff --git a/os/hal/platforms/LPC11Uxx/pal_lld.c b/os/hal/platforms/LPC11Uxx/pal_lld.c
index 8da848444..98af59e32 100644
--- a/os/hal/platforms/LPC11Uxx/pal_lld.c
+++ b/os/hal/platforms/LPC11Uxx/pal_lld.c
@@ -36,7 +36,7 @@
/*===========================================================================*/
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/
diff --git a/os/hal/platforms/LPC11Uxx/serial_lld.c b/os/hal/platforms/LPC11Uxx/serial_lld.c
index 7ca0f4411..66f284e9b 100644
--- a/os/hal/platforms/LPC11Uxx/serial_lld.c
+++ b/os/hal/platforms/LPC11Uxx/serial_lld.c
@@ -41,7 +41,7 @@ SerialDriver SD1;
#endif
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/** @brief Driver default configuration.*/
diff --git a/os/hal/platforms/LPC11Uxx/spi_lld.c b/os/hal/platforms/LPC11Uxx/spi_lld.c
index e3caa490d..03520ca44 100644
--- a/os/hal/platforms/LPC11Uxx/spi_lld.c
+++ b/os/hal/platforms/LPC11Uxx/spi_lld.c
@@ -46,7 +46,7 @@ SPIDriver SPID2;
#endif
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/