Index: firmware/source/sci.c =================================================================== diff -u -r0953a2a6940f9f096fa98cc1e8a5578deab4d8ef -rc0160362dc799802ec589d5b6cf4c2bd1face77e --- firmware/source/sci.c (.../sci.c) (revision 0953a2a6940f9f096fa98cc1e8a5578deab4d8ef) +++ firmware/source/sci.c (.../sci.c) (revision c0160362dc799802ec589d5b6cf4c2bd1face77e) @@ -273,7 +273,7 @@ /* Requirements : HL_SR232 */ void sciSetBaudrate(sciBASE_t *sci, uint32 baud) { - float64 vclk = 103.335 * 1000000.0; + float64 vclk = 104.000 * 1000000.0; uint32 f = ((sci->GCR1 & 2U) == 2U) ? 16U : 1U; uint32 temp; float64 temp2;