From 3a070bd33202e921d0d863513ab37a73a7648c69 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 13 Nov 2016 17:39:08 +0000 Subject: [PATCH] Fix typo in TX power settings for prop mode (12.5 dBm) --- cpu/cc26xx-cc13xx/rf-core/prop-mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cc26xx-cc13xx/rf-core/prop-mode.c b/cpu/cc26xx-cc13xx/rf-core/prop-mode.c index 5700e7588..ee0696117 100644 --- a/cpu/cc26xx-cc13xx/rf-core/prop-mode.c +++ b/cpu/cc26xx-cc13xx/rf-core/prop-mode.c @@ -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 },