You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/07/20 02:11:59 UTC

[incubator-nuttx] 03/03: boards: stm32f4discovery: Remove CONFIG_SCHED_LPWORK=y from wifi/defconfig

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 11f8b7c9742b79e9377ae9e54d90f2e91c74b1e6
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Mon Jul 20 09:50:11 2020 +0900

    boards: stm32f4discovery: Remove CONFIG_SCHED_LPWORK=y from wifi/defconfig
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig b/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig
index 46c6813..f5ed9de 100644
--- a/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig
+++ b/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig
@@ -80,7 +80,6 @@ CONFIG_RAM_START=0x20000000
 CONFIG_RAW_BINARY=y
 CONFIG_READLINE_CMD_HISTORY=y
 CONFIG_RR_INTERVAL=200
-CONFIG_SCHED_LPWORK=y
 CONFIG_SCHED_LPWORKPRIORITY=30
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y