X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusart%2FMsp430SpiConfigure.nc;h=293333fc0ab474f3f919b09476b9962e72cf766c;hb=337d0b13acf569c2640b3ed7b7f5c7cec35d7ddd;hp=f6fd05db14b0f2e813aeb23caa36b8cac691fc4b;hpb=1a329382c4f4556fd52d85f4e3f4a67e54911682;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usart/Msp430SpiConfigure.nc b/tos/chips/msp430/usart/Msp430SpiConfigure.nc index f6fd05db..293333fc 100644 --- a/tos/chips/msp430/usart/Msp430SpiConfigure.nc +++ b/tos/chips/msp430/usart/Msp430SpiConfigure.nc @@ -36,5 +36,5 @@ #include "msp430usart.h" interface Msp430SpiConfigure { - async command msp430_spi_config_t* getConfig(); + async command msp430_spi_union_config_t* getConfig(); }