From: Jérémie D. <Ba...@us...> - 2010-03-07 23:12:27
|
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 2a834df76aa8ddbca0617408865686f18f99dbab (commit) from 64de58caa3d4bfea3fb420871ae0f090080b694a (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 2a834df76aa8ddbca0617408865686f18f99dbab Author: Jérémie Dimino <je...@di...> Date: Mon Mar 8 00:12:11 2010 +0100 typos ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/interface/interface.ml b/PC_Mainboard/interface/interface.ml index c9b0c38..8101a76 100644 --- a/PC_Mainboard/interface/interface.ml +++ b/PC_Mainboard/interface/interface.ml @@ -622,13 +622,14 @@ let interfaces = [ ~name:"write" ~code:PcInterface.cmd_lcd ~args:[Cst(uint8, PcInterface.lcd_write); - Arg("message", uint8)] + Arg("message", string)] (); command ~name:"write-line" ~code:PcInterface.cmd_lcd ~args:[Cst(uint8, PcInterface.lcd_write_line); - Arg("message", uint8)] + Arg("line", uint8); + Arg("message", string)] (); ]); ] hooks/post-receive -- krobot |