diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-28 16:23:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-28 16:23:19 +0000 |
commit | 01f971ba1d63d8568789adf51cde22fb35f69e73 (patch) | |
tree | 1987c8a2b098fdd6d604d59e4a0343ef6883f505 /os/hal/platforms/LPC13xx | |
parent | 03ef7de020002f6d48447eebdec16e3b16eaf7a3 (diff) | |
download | ChibiOS-01f971ba1d63d8568789adf51cde22fb35f69e73.tar.gz ChibiOS-01f971ba1d63d8568789adf51cde22fb35f69e73.tar.bz2 ChibiOS-01f971ba1d63d8568789adf51cde22fb35f69e73.zip |
Adjusted C file templates.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5339 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC13xx')
-rw-r--r-- | os/hal/platforms/LPC13xx/gpt_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/LPC13xx/hal_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/LPC13xx/pal_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/LPC13xx/serial_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/LPC13xx/spi_lld.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/platforms/LPC13xx/gpt_lld.c b/os/hal/platforms/LPC13xx/gpt_lld.c index 285b3d103..0f1e86477 100644 --- a/os/hal/platforms/LPC13xx/gpt_lld.c +++ b/os/hal/platforms/LPC13xx/gpt_lld.c @@ -68,7 +68,7 @@ GPTDriver GPTD4; #endif
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/
diff --git a/os/hal/platforms/LPC13xx/hal_lld.c b/os/hal/platforms/LPC13xx/hal_lld.c index 4799e9f36..1450bd2ea 100644 --- a/os/hal/platforms/LPC13xx/hal_lld.c +++ b/os/hal/platforms/LPC13xx/hal_lld.c @@ -39,7 +39,7 @@ /*===========================================================================*/
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/
diff --git a/os/hal/platforms/LPC13xx/pal_lld.c b/os/hal/platforms/LPC13xx/pal_lld.c index 6b01a12a5..c3181f6da 100644 --- a/os/hal/platforms/LPC13xx/pal_lld.c +++ b/os/hal/platforms/LPC13xx/pal_lld.c @@ -36,7 +36,7 @@ /*===========================================================================*/
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/
diff --git a/os/hal/platforms/LPC13xx/serial_lld.c b/os/hal/platforms/LPC13xx/serial_lld.c index e571d8bc5..4b3bd4c55 100644 --- a/os/hal/platforms/LPC13xx/serial_lld.c +++ b/os/hal/platforms/LPC13xx/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/LPC13xx/spi_lld.c b/os/hal/platforms/LPC13xx/spi_lld.c index 4b2017815..eb50671e9 100644 --- a/os/hal/platforms/LPC13xx/spi_lld.c +++ b/os/hal/platforms/LPC13xx/spi_lld.c @@ -46,7 +46,7 @@ SPIDriver SPID2; #endif
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/
|