|
From: Jérémie D. <Ba...@us...> - 2010-02-10 19:54:08
|
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 08af0919e78e3e6c1687744414c3202dff61ed51 (commit)
from b5ce55bb70de5c5fc92a73abf38ee051d8d56029 (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 08af0919e78e3e6c1687744414c3202dff61ed51
Author: Jérémie Dimino <je...@di...>
Date: Wed Feb 10 20:53:22 2010 +0100
typo in InhibitBackward
-----------------------------------------------------------------------
Changes:
diff --git a/PC_Mainboard/driver/src/driver.ml b/PC_Mainboard/driver/src/driver.ml
index 18d7203..b0ede4f 100644
--- a/PC_Mainboard/driver/src/driver.ml
+++ b/PC_Mainboard/driver/src/driver.ml
@@ -337,7 +337,7 @@ struct
OL_method InhibitBackward : float -> unit =
fun dev delay ->
- dev.inhibit_forward_until <- Unix.gettimeofday () +. delay;
+ dev.inhibit_backward_until <- Unix.gettimeofday () +. delay;
return ()
let make card path =
hooks/post-receive
--
krobot
|