diff options
Diffstat (limited to 'os/hal/platforms/LPC214x/spi_lld.c')
-rw-r--r-- | os/hal/platforms/LPC214x/spi_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC214x/spi_lld.c b/os/hal/platforms/LPC214x/spi_lld.c index b1cfd5bec..2db07c2e2 100644 --- a/os/hal/platforms/LPC214x/spi_lld.c +++ b/os/hal/platforms/LPC214x/spi_lld.c @@ -41,7 +41,7 @@ SPIDriver SPID1; #endif
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/
|