FreeCalypso > hg > ffs-editor
changeset 12:054ac529dfd3
serialswitch.c: uartfax driver linkage disabled
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 15 May 2020 04:01:28 +0000 |
parents | d65489886c6e |
children | c07376e250c1 |
files | src/cs/drivers/drv_app/uart/serialswitch.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cs/drivers/drv_app/uart/serialswitch.c Fri May 15 03:56:21 2020 +0000 +++ b/src/cs/drivers/drv_app/uart/serialswitch.c Fri May 15 04:01:28 2020 +0000 @@ -533,6 +533,7 @@ * Constant table for Fax & Data using UART Modem. */ +#if 0 /* FC FFS editor */ static const t_fd_functions uart_modem_fax_data = { UAF_UART_1, @@ -554,6 +555,7 @@ UAF_SetLineState, UAF_CheckXEmpty }; +#endif #ifdef BTEMOBILE /* @@ -1618,6 +1620,7 @@ case UART_MODEM_FAX_DATA: +#if 0 /* FC FFS editor */ fd_functions = &uart_modem_fax_data; int_uart[fd_functions->device].device_used = 1; int_uart[fd_functions->device].flow_type = FAX_DATA_FLOW; @@ -1625,6 +1628,7 @@ int_uart[fd_functions->device].interrupt_handler = UAF_InterruptHandler; break; +#endif case DUMMY_FAX_DATA: