diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-11-19 22:05:26 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-11-19 22:05:26 -0500 |
commit | 31687bc009d2adfa1599bf5053891c57ca3392fa (patch) | |
tree | 238567ffed84b46d057ef052f546679e4184df8a | |
parent | 76f07979bbed5d4b05bb4ba22733c4a676a19d72 (diff) | |
download | kutter-31687bc009d2adfa1599bf5053891c57ca3392fa.tar.gz kutter-31687bc009d2adfa1599bf5053891c57ca3392fa.tar.xz kutter-31687bc009d2adfa1599bf5053891c57ca3392fa.zip |
avr: Minor update to help text in Kconfig
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | src/avr/Kconfig | 3 |
1 files changed, 1 insertions, 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". |