From 3ff06779936adc4931696688e3bd5997841d5e39 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 17 Aug 2023 13:43:39 -0400 Subject: [PATCH] share/examples: clarify BOOT_COMCONSOLE_SPEED Give an example of why one may want to override BOOT_COMCONSOLE_SPEED so that it's clear why the default (in a comment) and the commented-out example setting have different values. Reported by: otis Fixes: 4722ceb7d53e ("Use 115200 bps by default for serial communication") --- share/examples/etc/make.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 56332932e35..e450ea04eb1 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -167,7 +167,8 @@ # #BOOT_COMCONSOLE_PORT= 0x3F8 # -# The default serial console speed is 115200. +# The default serial console speed is 115200. It can be set to a different +# rate, if desired in your environment. # #BOOT_COMCONSOLE_SPEED= 9600 #