]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/rf212/RF212ActiveMessageP.nc
simplify default channel configuration
[tinyos-2.x.git] / tos / chips / rf2xx / rf212 / RF212ActiveMessageP.nc
index 34391daddcfbf60cf5084579f81adedd4c88ebe5..5e8104fdf74f8dfa04cc9ab0acbcdfadc447ef99 100644 (file)
@@ -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);