comparison fluid-mnf/serial.c @ 358:49fe64a5e207

fluid-mnf/serial.c: comment typo fix
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 13 Mar 2020 21:15:41 +0000
parents 37b5f94de802
children
comparison
equal deleted inserted replaced
357:ebb9377cf52c 358:49fe64a5e207
11 * This serial interface handling architecture has been majorly redesigned 11 * This serial interface handling architecture has been majorly redesigned
12 * by Mychaela N. Falconia for the present fluid-mnf Linux port. 12 * by Mychaela N. Falconia for the present fluid-mnf Linux port.
13 * 13 *
14 * Because FLUID supports Calypso high baud rates of 203125, 406250 and 812500 14 * Because FLUID supports Calypso high baud rates of 203125, 406250 and 812500
15 * bps, as well as D-Sample XXO (eXternal Xtal Oscillator) baud rates of 15 * bps, as well as D-Sample XXO (eXternal Xtal Oscillator) baud rates of
16 * 230400, 460800 and 912600 bps, the present fluid-mnf port had to be made 16 * 230400, 460800 and 921600 bps, the present fluid-mnf port had to be made
17 * quite Linux-specific, using the same raw ioctl approach as is used in 17 * quite Linux-specific, using the same raw ioctl approach as is used in
18 * freecalypso-tools/libserial-linux. 18 * freecalypso-tools/libserial-linux.
19 * 19 *
20 ******************************************************************************/ 20 ******************************************************************************/
21 21