]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/chips/msp430/Msp430DcoSpec.h
- Set DCO calibrate target back to 4096 binary kHz
[tinyos-2.x.git] / tos / platforms / eyesIFX / chips / msp430 / Msp430DcoSpec.h
index 98bf085ac3512f56006dcb939a5d1fef59f35d1a..89f4ebb984d2e62ea5a4a42cc4dd8a517a11983a 100644 (file)
@@ -40,6 +40,6 @@
 #ifndef MS430DCOSPEC_H
 #define MS430DCOSPEC_H
 
-#define TARGET_DCO_HZ 4000000 // the cpu clock rate in Hz
-
+#define TARGET_DCO_KHZ 3904 // the target MCLK clock rate in binary kHz (4 000 000 Hz)
+#define ACLK_KHZ 32 // the ACLK rate in binary kHz
 #endif