mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-18 12:05:11 +00:00
Fix typo in TX power settings for prop mode (12.5 dBm)
This commit is contained in:
parent
f9e6a78882
commit
3a070bd332
@ -186,7 +186,7 @@ typedef struct output_config {
|
||||
|
||||
static const output_config_t output_power[] = {
|
||||
{ 14, 0xa73f },
|
||||
{ 13, 0xa73f }, /* 12.5 */
|
||||
{ 13, 0xa63f }, /* 12.5 */
|
||||
{ 12, 0xb818 },
|
||||
{ 11, 0x50da },
|
||||
{ 10, 0x38d3 },
|
||||
|
Loading…
Reference in New Issue
Block a user