changeset 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 b183afa47c72
children 686b2e77043e
files src/cs/drivers/drv_app/uart/uartfax.c src/cs/riviera/rvf/rvf_time.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
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)
 
--- a/src/cs/riviera/rvf/rvf_time.c	Mon Jul 16 06:17:38 2018 +0000
+++ b/src/cs/riviera/rvf/rvf_time.c	Mon Jul 16 16:26:51 2018 +0000
@@ -223,7 +223,7 @@
 								_rvf_timer_expire, /* expiration routine to call*/					
 								(task_num * RVF_NUM_TASK_TIMERS) +timer_num,
 								/* unique id which enables to find a specific task and a specific timer*/
-								0,
+								1,
 								0,
 								NU_DISABLE_TIMER);
 		}