summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/test
diff options
context:
space:
mode:
authorCyril Jourdan2013-06-07 10:35:52 +0200
committerCyril Jourdan2013-06-07 10:35:52 +0200
commit30a065ee84a4babc64a60df90a15507666fabfbd (patch)
tree5280ea6e96632f343c6ec847b17af1954b8eece3 /cesar/ce/rx/test
parent1d54bf67e31a201375c0df2c536a6539cf374c1e (diff)
cesar/ce/rx: activate intervals by default, closes #2365
Diffstat (limited to 'cesar/ce/rx/test')
-rw-r--r--cesar/ce/rx/test/src/test_rx.c3
1 files changed, 3 insertions, 0 deletions
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",