aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/spi_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/spi_lld.c')
-rw-r--r--os/hal/templates/spi_lld.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/templates/spi_lld.c b/os/hal/templates/spi_lld.c
index f539a02f3..50f01b6de 100644
--- a/os/hal/templates/spi_lld.c
+++ b/os/hal/templates/spi_lld.c
@@ -30,23 +30,23 @@
#if CH_HAL_USE_SPI || defined(__DOXYGEN__)
/*===========================================================================*/
-/* Low Level Driver exported variables. */
+/* Driver exported variables. */
/*===========================================================================*/
/*===========================================================================*/
-/* Low Level Driver local variables. */
+/* Driver local variables. */
/*===========================================================================*/
/*===========================================================================*/
-/* Low Level Driver local functions. */
+/* Driver local functions. */
/*===========================================================================*/
/*===========================================================================*/
-/* Low Level Driver interrupt handlers. */
+/* Driver interrupt handlers. */
/*===========================================================================*/
/*===========================================================================*/
-/* Low Level Driver exported functions. */
+/* Driver exported functions. */
/*===========================================================================*/
/**