From 30a065ee84a4babc64a60df90a15507666fabfbd Mon Sep 17 00:00:00 2001 From: Cyril Jourdan Date: Fri, 7 Jun 2013 10:35:52 +0200 Subject: cesar/ce/rx: activate intervals by default, closes #2365 --- cesar/ce/rx/test/src/test_rx.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cesar/ce/rx/test') diff --git a/cesar/ce/rx/test/src/test_rx.c b/cesar/ce/rx/test/src/test_rx.c index c5239fabab..626e1de4bd 100644 --- a/cesar/ce/rx/test/src/test_rx.c +++ b/cesar/ce/rx/test/src/test_rx.c @@ -470,6 +470,9 @@ main (int argc, char **argv) { test_init (test, argc, argv); + /* Disable intervals, they will be reactivated when needed. */ + ce_rx_behavior = CE_RX_BEHAVIOR_INTERVALS_DISABLE; + /* Create the ECos thread. */ cyg_thread_create (CE_RX_THREAD_PRIORITY + 5, &test_rx_ce_thread, (cyg_addrword_t) NULL, "Test CE RX", -- cgit v1.2.3