summaryrefslogtreecommitdiff
path: root/i/marvin/runtime/rc/config
diff options
context:
space:
mode:
authorhaller2006-05-20 17:53:05 +0000
committerhaller2006-05-20 17:53:05 +0000
commit49034868bdc301ddfc83eb64053e3e00fb750049 (patch)
tree573650ea302f9e64afba19be39fead298e2cb27b /i/marvin/runtime/rc/config
parentd4c3552bfa3a97ad9c962a71cef6413a94a157f3 (diff)
* Ajout de testProto.tty dans config (ouais c'est bof)
* test_proto compile
Diffstat (limited to 'i/marvin/runtime/rc/config')
-rw-r--r--i/marvin/runtime/rc/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/i/marvin/runtime/rc/config b/i/marvin/runtime/rc/config
index de0bf14..573101e 100644
--- a/i/marvin/runtime/rc/config
+++ b/i/marvin/runtime/rc/config
@@ -40,7 +40,7 @@ motor.pStatMotor = 0
# - file:/path/filename : to a file ;
# - ram : in a circular buffer for getting it at the end of the program by
# network.
-# log.logger.default = "stdout"
+log.logger.default = "ram"
# log.logger.asserv = "null"
### Exemples
@@ -48,3 +48,5 @@ foo = "toto"
bar = ("a" "b" "c")
foobar = (4 5 6 7 8)
+# TestProto
+testProto.tty = "/home/nicolas/robotSVN/n/asserv/src/asserv/uart0.pts"