From 3b0b7b989dd90e3debaa576ddbbbb0dedfce248b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bremv=C3=A5g?= Date: Mon, 18 Nov 2019 17:26:53 +0100 Subject: [PATCH] Fix compile error --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 421c5d8..dae3e2b 100755 --- a/Makefile +++ b/Makefile @@ -54,8 +54,8 @@ CONFIG_EFUSE_CONFIG_FILE = y CONFIG_EXT_CLK = n CONFIG_TRAFFIC_PROTECT = n CONFIG_LOAD_PHY_PARA_FROM_FILE = y -CONFIG_TXPWR_BY_RATE_EN = y -CONFIG_TXPWR_LIMIT_EN = n +CONFIG_TXPWR_BY_RATE = y +CONFIG_TXPWR_BY_RATE_EN = n CONFIG_TXPWR_LIMIT = y CONFIG_TXPWR_LIMIT_EN = n CONFIG_RTW_CHPLAN = 0xFF