On Fri, 12 Sep 2025 16:02:58 +0200, rafael@xxxxxxxxxx wrote: > > + if (table->precise_baudrate) > > + baud_rate = table->precise_baudrate; > > + else switch (table->baud_rate) {> > Please do not change the indentation below.> > > + case 0: > > + /* > > + * SPCR 1.04 defines 0 as a preconfigured state of UART. > > + * Assume firmware or bootloader configures console correctly. > > + */ > > + baud_rate = 0; > > + break; I got it.