diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-22 23:57:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-23 00:09:10 +0200 |
commit | ac941fcdd80d48404c91e8035a5836086f0a40ee (patch) | |
tree | fb12b928eb1a33fce5fab4391162a504e7e59ec7 /target/config | |
parent | 7734fe6ed28f76612421bc44422a8b434616f494 (diff) |
alpha: fix baud rate
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 96668cd53..b78b1a88b 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -407,6 +407,7 @@ config ADK_RUNTIME_CONSOLE_SERIAL_SPEED || ADK_TARGET_QEMU \ || ADK_TARGET_GENERIC \ || ADK_TARGET_SIM + default "9600" if ADK_TARGET_SYSTEM_DEC_MULTIA default "9600" if ADK_TARGET_SYSTEM_FON_FON2100 default "9600" if ADK_TARGET_SYSTEM_SGI_INDY default "9600" if ADK_TARGET_SYSTEM_SGI_O2 |