aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/MSP430/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-25 09:33:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-25 09:33:30 +0000
commit464ab9297ac103d973421c2210e74f8de4c12f36 (patch)
tree633458893df8ad17fd2e4e2c43d04958ca684e42 /os/hal/platforms/MSP430/hal_lld.h
parent1fbfd93a98f00a583ded741fa0218b436e1172ac (diff)
downloadChibiOS-464ab9297ac103d973421c2210e74f8de4c12f36.tar.gz
ChibiOS-464ab9297ac103d973421c2210e74f8de4c12f36.tar.bz2
ChibiOS-464ab9297ac103d973421c2210e74f8de4c12f36.zip
Updated MSP port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4134 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/MSP430/hal_lld.h')
-rw-r--r--os/hal/platforms/MSP430/hal_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/MSP430/hal_lld.h b/os/hal/platforms/MSP430/hal_lld.h
index 85944038f..ea04b45ff 100644
--- a/os/hal/platforms/MSP430/hal_lld.h
+++ b/os/hal/platforms/MSP430/hal_lld.h
@@ -29,7 +29,7 @@
#ifndef _HAL_LLD_H_
#define _HAL_LLD_H_
-#include "msp430x16x.h"
+#include "msp430.h"
/*===========================================================================*/
/* Driver constants. */
@@ -43,7 +43,7 @@
/**
* @brief Platform name.
*/
-#define PLATFORM_NAME "MSP430x16x"
+#define PLATFORM_NAME "MSP430"
#define MSP430_CLOCK_SOURCE_XT2CLK 0 /**< @brief XT2CLK clock selector. */
#define MSP430_CLOCK_SOURCE_DCOCLK 1 /**< @brief DCOCLK clock selector. */