]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/timer/Msp430DcoSpec.h
MSP430 USCI peripheral
[tinyos-2.x.git] / tos / chips / msp430 / timer / Msp430DcoSpec.h
index 186461ae81e6fd972f1e5f06af7b99c73453106a..84ce060ac3f19be1a1e4f87a54c70f307875522f 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * Specify the target cpu clock speed of your platform by overriding this file.
  *
- * Be aware that tinyos relies on binary 4Mhz, that is 4096000 Hz.  Some
+ * Be aware that tinyos relies on binary 4MHz, that is 4096 binary kHz.  Some
  * platforms have an external high frequency oscilator to generate the SMCLK
  * (e.g. eyesIFX, and possibly future ZigBee compliant nodes). These
  * oscillators provide metric frequencies, but may not run in power down
@@ -44,6 +44,6 @@
 #ifndef MS430DCOSPEC_H
 #define MS430DCOSPEC_H
 
-#define TARGET_DCO_HZ 4096000 // the cpu clock rate in Hz
-
+#define TARGET_DCO_KHZ 4096 // the target DCO clock rate in binary kHz
+#define ACLK_KHZ 32 // the ACLK rate in binary kHz
 #endif