X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Frf212%2FRF212ActiveMessageP.nc;h=5e8104fdf74f8dfa04cc9ab0acbcdfadc447ef99;hb=21052dc9cf5df187a4afc52eded724cc58859d65;hp=34391daddcfbf60cf5084579f81adedd4c88ebe5;hpb=9a1d6bae5e9d2161daa75089a72df3b9a0edfd67;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc b/tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc index 34391dad..5e8104fd 100644 --- a/tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc +++ b/tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc @@ -84,11 +84,6 @@ implementation return sizeof(rf212packet_header_t) - 1 + TOSH_DATA_LENGTH + sizeof(ieee154_footer_t); } - async command uint8_t RF212DriverConfig.getDefaultChannel() - { - return RF212_DEF_CHANNEL; - } - async command bool RF212DriverConfig.requiresRssiCca(message_t* msg) { return call IEEE154Packet.isDataFrame(msg);