From 31687bc009d2adfa1599bf5053891c57ca3392fa Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 19 Nov 2018 22:05:26 -0500 Subject: [PATCH] avr: Minor update to help text in Kconfig Signed-off-by: Kevin O'Connor --- src/avr/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/avr/Kconfig b/src/avr/Kconfig index 25e315a3..18769d49 100644 --- a/src/avr/Kconfig +++ b/src/avr/Kconfig @@ -142,8 +142,7 @@ config SIMULAVR help Compile the code to run on simulavr software emulation instead of for real hardware. This disables support for "U2X - baud" mode and for the watchdog timer which are not supported - on simulavr. + baud" mode which is not supported on simulavr. If unsure, select "N".