X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusart%2FHplMsp430I2C.nc;h=ebf91d341c280e3ca23d0d3e909aa420a11a177c;hb=337d0b13acf569c2640b3ed7b7f5c7cec35d7ddd;hp=8f2f8e940c11ccfe3f4a97647618c62c207e2681;hpb=1a329382c4f4556fd52d85f4e3f4a67e54911682;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usart/HplMsp430I2C.nc b/tos/chips/msp430/usart/HplMsp430I2C.nc index 8f2f8e94..ebf91d34 100644 --- a/tos/chips/msp430/usart/HplMsp430I2C.nc +++ b/tos/chips/msp430/usart/HplMsp430I2C.nc @@ -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();