X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Frf230%2FRF230ActiveMessageP.nc;h=61473a4ccb62feeeba47b87b4ba62906c407d8af;hb=21052dc9cf5df187a4afc52eded724cc58859d65;hp=58f658407dcbc8aa1170ac7236b8dc9ff0012f65;hpb=9a1d6bae5e9d2161daa75089a72df3b9a0edfd67;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/rf230/RF230ActiveMessageP.nc b/tos/chips/rf2xx/rf230/RF230ActiveMessageP.nc index 58f65840..61473a4c 100644 --- a/tos/chips/rf2xx/rf230/RF230ActiveMessageP.nc +++ b/tos/chips/rf2xx/rf230/RF230ActiveMessageP.nc @@ -84,11 +84,6 @@ implementation return sizeof(rf230packet_header_t) - 1 + TOSH_DATA_LENGTH + sizeof(ieee154_footer_t); } - async command uint8_t RF230DriverConfig.getDefaultChannel() - { - return RF230_DEF_CHANNEL; - } - async command bool RF230DriverConfig.requiresRssiCca(message_t* msg) { return call IEEE154Packet.isDataFrame(msg);