diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-05 14:59:37 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-05 14:59:37 +0000 |
commit | 646d8a2376e3d476a3d00edb665770596fb252f6 (patch) | |
tree | 352fb1378b9e520c036050e666a4afb0aa3e5599 /os/hal/platforms/MSP430/hal_lld.h | |
parent | 2f505cf183ad47f6b25677e864e2f426b28c7f6f (diff) | |
download | ChibiOS-646d8a2376e3d476a3d00edb665770596fb252f6.tar.gz ChibiOS-646d8a2376e3d476a3d00edb665770596fb252f6.tar.bz2 ChibiOS-646d8a2376e3d476a3d00edb665770596fb252f6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1376 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/MSP430/hal_lld.h')
-rw-r--r-- | os/hal/platforms/MSP430/hal_lld.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/MSP430/hal_lld.h b/os/hal/platforms/MSP430/hal_lld.h index 07c5863eb..2795a7edc 100644 --- a/os/hal/platforms/MSP430/hal_lld.h +++ b/os/hal/platforms/MSP430/hal_lld.h @@ -51,6 +51,10 @@ #define MSP430_USE_CLOCK MSP430_CLOCK_SOURCE_XT2CLK
#endif
+/*===========================================================================*/
+/* Derived constants and error checks. */
+/*===========================================================================*/
+
/*
* Calculating the derived clock constants. */
|