]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usart/HplMsp430I2C.nc
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / tos / chips / msp430 / usart / HplMsp430I2C.nc
index 8f2f8e940c11ccfe3f4a97647618c62c207e2681..ebf91d341c280e3ca23d0d3e909aa420a11a177c 100644 (file)
@@ -5,7 +5,7 @@ interface HplMsp430I2C {
   
   async command bool isI2C();
   async command void clearModeI2C();
-  async command void setModeI2C( msp430_i2c_config_t* config );
+  async command void setModeI2C( msp430_i2c_union_config_t* config );
   
   // U0CTL
   async command void setMasterMode();