Merge pull request #799 from ejoerns/pull-req/cooja-mspsim-radiofix
[Cooja/MSPSim] Msp802154Radio: Fix maximum power indicator
This commit is contained in:
commit
f0f7f07c8d
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ public class Msp802154Radio extends Radio implements CustomDataRadio {
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getOutputPowerIndicatorMax() {
|
public int getOutputPowerIndicatorMax() {
|
||||||
return 31;
|
return radio.getOutputPowerIndicatorMax();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue