From 91569105085ac7d1d3a1f5fc0f1adec83c81413b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 17 Mar 2014 19:21:24 +0100 Subject: Remove flex scanner, use scanner from fastd (with lots of adjustions) --- examples/babel_test.mmss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/babel_test.mmss b/examples/babel_test.mmss index ca0a069..fad6f0a 100644 --- a/examples/babel_test.mmss +++ b/examples/babel_test.mmss @@ -1,15 +1,15 @@ protocol "babel" load "./libmmss_proto_babel.so" default; network "net0" { - etx min 1.0 max 5.0 sine period 15m; + etx min 1.0 max 5.0 sine period 15 m; } network "net1" { - etx min 1.0 max 5.0 sine period 15m phase 5m; + etx min 1.0 max 5.0 sine period 15 m phase 5 m; } network "net2" { - etx min 1.0 max 5.0 sine period 15m phase 10m; + etx min 1.0 max 5.0 sine period 15 m phase 10 m; } node "node1" { -- cgit v1.2.3