This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 3aaa7e859194e2df737112477a9567f846ea5b6b Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Mon Mar 28 10:56:21 2022 +0800 arch/sim: Remove "or 480" from Kconfig Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- arch/sim/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index 9a8ca5e..e4a821a 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -282,7 +282,7 @@ config SIM_FBWIDTH int "Display width" default 320 ---help--- - Simulated width of the display. Default: 320 or 480 + Simulated width of the display. Default: 320 config SIM_FBBPP int "Pixel depth in bits"