diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-20 11:39:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-20 11:39:33 +0000 |
commit | 0fc33d47532b1b7727d576b3814498c8907b3c31 (patch) | |
tree | 0f4c6e10bc5dae96c0f0212f23ed0674fcfe29ce /os/hal/platforms/MSP430 | |
parent | ee9a1b480bf34513eaf3494f27f13f2f80ca578c (diff) | |
download | ChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.tar.gz ChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.tar.bz2 ChibiOS-0fc33d47532b1b7727d576b3814498c8907b3c31.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1644 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/MSP430')
-rw-r--r-- | os/hal/platforms/MSP430/hal_lld.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/MSP430/hal_lld.h b/os/hal/platforms/MSP430/hal_lld.h index 236ee56c4..1d2fb6109 100644 --- a/os/hal/platforms/MSP430/hal_lld.h +++ b/os/hal/platforms/MSP430/hal_lld.h @@ -33,6 +33,11 @@ /* Driver constants. */
/*===========================================================================*/
+/**
+ * @brief Platform name.
+ */
+#define PLATFORM_NAME "MSP430x16x"
+
#define MSP430_CLOCK_SOURCE_XT2CLK 0 /** @brief XT2CLK clock selector. */
#define MSP430_CLOCK_SOURCE_DCOCLK 1 /** @brief DCOCLK clock selector. */
|