1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

fix maca get_channel transceiver switch

This commit is contained in:
Ludwig Ortmann 2014-02-07 18:23:02 +01:00
parent 04b94e0e9a
commit 7584fd04a4

View File

@ -743,6 +743,7 @@ static int32_t get_channel(transceiver_type_t t)
#ifdef MODULE_MC1322X
case TRANSCEIVER_MC1322X:
///< TODO:implement return maca_get_channel();
return -1;
#endif
#ifdef MODULE_NATIVENET
case TRANSCEIVER_NATIVE: