From: Jérémie D. <Ba...@us...> - 2011-03-23 19:37:36
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via 8c0f5ac64c3ecc067a77863f07fa7b933d8d67a5 (commit) from b4e5a277a43da0fceaf3b05384e6db6f07d43865 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8c0f5ac64c3ecc067a77863f07fa7b933d8d67a5 Author: Jérémie Dimino <je...@di...> Date: Wed Mar 23 20:32:28 2011 +0100 [info] typo in krobot-record ----------------------------------------------------------------------- Changes: diff --git a/info/control2011/src/tools/krobot_record.ml b/info/control2011/src/tools/krobot_record.ml index 6b7a466..f0a7d72 100644 --- a/info/control2011/src/tools/krobot_record.ml +++ b/info/control2011/src/tools/krobot_record.ml @@ -22,7 +22,7 @@ lwt () = lwt oc = Lwt_io.open_file ~mode:Lwt_io.output Sys.argv.(1) in (* The proxy for the driver. *) - let driver = OBus_proxy.make (OBus_peer.make (Krobot_bus.to_bus bus) "fr.krobot.Driver") ["fr"; "krobot"; "CAN"] in + let driver = OBus_proxy.make (OBus_peer.make (Krobot_bus.to_bus bus) "fr.krobot.Service.Driver") ["fr"; "krobot"; "CAN"] in (* Receive frames comming from the driver. *) lwt ev = OBus_signal.connect (OBus_signal.make Krobot_interface_can.Fr_krobot_CAN.s_message driver) in hooks/post-receive -- krobot |