comparison nuc-fw/serial/serialswitch.c @ 117:e40d8661ecab

nuc-fw: low-level serial code should be complete
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 28 Oct 2013 07:35:47 +0000
parents 22c8199e08af
children
comparison
equal deleted inserted replaced
116:22c8199e08af 117:e40d8661ecab
1711 * Return: none 1711 * Return: none
1712 * 1712 *
1713 ******************************************************************************/ 1713 ******************************************************************************/
1714 1714
1715 void 1715 void
1716 SER_InitSerialConfig (T_AppliSerialInfo *serial_info) 1716 SER_InitSerialConfig (const T_AppliSerialInfo *serial_info)
1717 { 1717 {
1718 int uart_id; 1718 int uart_id;
1719 int flow; 1719 int flow;
1720 SYS_UWORD16 serial_driver; 1720 SYS_UWORD16 serial_driver;
1721 SYS_UWORD16 *allowed_config; 1721 SYS_UWORD16 *allowed_config;