From: Nicolas D. <Ba...@us...> - 2010-03-18 16:42:04
|
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 42ee6b34f06bbb6522cda0d5984944c331e8efa1 (commit) from 2a9f596f387f876e0b9b2aceed83511abb9424fc (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 42ee6b34f06bbb6522cda0d5984944c331e8efa1 Author: Nicolas Dandrimont <Nic...@cr...> Date: Thu Mar 18 17:38:41 2010 +0100 Fix compass command to send the right message ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/interface/interface.ml b/PC_Mainboard/interface/interface.ml index 544357b..60fbcab 100644 --- a/PC_Mainboard/interface/interface.ml +++ b/PC_Mainboard/interface/interface.ml @@ -231,7 +231,8 @@ let interfaces = [ Module("compass", [ request ~name:"get" - ~code:PcInterface.get_cmp03_data + ~code:PcInterface.cmd_get + ~args:[Cst(uint8, PcInterface.get_cmp03_data)] ~repl:[Arg("dummy", uint16); Arg("value", uint16)] (); hooks/post-receive -- krobot |