diff src/cs/drivers/drv_app/uart/uartfax.c @ 34:397e3a3274ea

NU_Create_Timer() changes for new Nucleus
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 16 Jul 2018 16:26:51 +0000
parents b6a5e36de839
children 7409b22cac61
line wrap: on
line diff
--- a/src/cs/drivers/drv_app/uart/uartfax.c	Mon Jul 16 06:17:38 2018 +0000
+++ b/src/cs/drivers/drv_app/uart/uartfax.c	Mon Jul 16 16:26:51 2018 +0000
@@ -2796,7 +2796,7 @@
                          "Break",
                          stop_break,
                          0, /* Parameter supplied to the routine: not used. */
-                         0, /* This parameter is set when the timer is reset. */
+                         1, /* This parameter is set when the timer is reset. */
                          0, /* The timer expires once. */
                          NU_DISABLE_TIMER) != NU_SUCCESS)
 
@@ -2811,7 +2811,7 @@
                          "Esc seq",
                          analyze_guard_period_timer_expiration,
                          0, /* Parameter supplied to the routine: not used. */
-                         0, /* This parameter is set when the timer is reset. */
+                         1, /* This parameter is set when the timer is reset. */
                          0, /* The timer expires once. */
                          NU_DISABLE_TIMER) != NU_SUCCESS)