summaryrefslogtreecommitdiff
path: root/2003/i/buzz/src/busp/test_busp.cc
diff options
context:
space:
mode:
Diffstat (limited to '2003/i/buzz/src/busp/test_busp.cc')
-rw-r--r--2003/i/buzz/src/busp/test_busp.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/2003/i/buzz/src/busp/test_busp.cc b/2003/i/buzz/src/busp/test_busp.cc
index a3b7c9e..154e83c 100644
--- a/2003/i/buzz/src/busp/test_busp.cc
+++ b/2003/i/buzz/src/busp/test_busp.cc
@@ -81,7 +81,7 @@ main (int argc, char **argv)
if (strcmp (argv[2], "all") == 0)
{
busp.getActionneurs ().setAll (atoi (argv[3]),
- atoi (argv[4]))
+ atoi (argv[4]));
}
else
{
@@ -191,6 +191,8 @@ testCapteurs (void)
while (1)
{
Busp::getInstance ().getCapteurs ().dump ();
+ cout << '\r';
+ cout.flush ();
sleep (1);
}
}