diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-29 12:49:12 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-29 12:49:12 +0000 |
commit | 26790f9fb067095c855498241ababa35ce17e555 (patch) | |
tree | 726d9f0f926ab09a2280c08da75e5a181c223ecb /os/hal/platforms/MSP430/hal_lld.c | |
parent | dfd81f5be91be21b8bf7c364bf027531b7ec9946 (diff) | |
download | ChibiOS-26790f9fb067095c855498241ababa35ce17e555.tar.gz ChibiOS-26790f9fb067095c855498241ababa35ce17e555.tar.bz2 ChibiOS-26790f9fb067095c855498241ababa35ce17e555.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1479 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/MSP430/hal_lld.c')
-rw-r--r-- | os/hal/platforms/MSP430/hal_lld.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/platforms/MSP430/hal_lld.c b/os/hal/platforms/MSP430/hal_lld.c index 9b878eb36..d511f7f6e 100644 --- a/os/hal/platforms/MSP430/hal_lld.c +++ b/os/hal/platforms/MSP430/hal_lld.c @@ -28,7 +28,7 @@ #include "hal.h"
/*===========================================================================*/
-/* Low Level Driver exported variables. */
+/* Driver exported variables. */
/*===========================================================================*/
/**
@@ -58,19 +58,19 @@ const MSP430DIOConfig pal_default_config = };
/*===========================================================================*/
-/* 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. */
/*===========================================================================*/
/**
|