]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/HplTda5250ConfigP.nc
add a special short cut
[tinyos-2.x.git] / tos / chips / tda5250 / HplTda5250ConfigP.nc
index de8f61a15e06cd3f1afe99cf4367cb0ca8cf34c0..bf1ae116bed60b339122ec93c7994e4e174375f5 100644 (file)
@@ -80,9 +80,9 @@ implementation {
   /****************************************************************
   Global Variables Declared
   *****************************************************************/
-  norace uint16_t currentConfig;
+  norace uint16_t currentConfig = TDA5250_REG_DEFAULT_SETTING_CONFIG;
   uint8_t currentClockDiv;
-  norace uint8_t currentLpf;
+  norace uint8_t currentLpf = TDA5250_REG_DEFAULT_SETTING_LPF;
 
 
   /****************************************************************