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:
parent
04b94e0e9a
commit
7584fd04a4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user