From: Jérémie D. <Ba...@us...> - 2010-03-09 00:10:10
|
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 43e3061d573cb3f9d03581fc101dc4da46a6941a (commit) from 40d7e9b7b1788708da82a356bd671dd6dbccf68f (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 43e3061d573cb3f9d03581fc101dc4da46a6941a Author: Jérémie Dimino <je...@di...> Date: Tue Mar 9 01:09:31 2010 +0100 remove the ax12.reset command from safe commands ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/clients/script.ml b/PC_Mainboard/clients/script.ml index a4b6829..d38ea46 100644 --- a/PC_Mainboard/clients/script.ml +++ b/PC_Mainboard/clients/script.ml @@ -313,9 +313,6 @@ let () = register ~path:["ax12"] "action" (f1 (int ~default:254 "id")) (fun logger krobot id -> Krobot_unsafe.AX12.action krobot id); - register ~path:["ax12"] "reset" (f1 (int ~default:254 "id")) - (fun logger krobot id -> - Krobot_unsafe.AX12.reset krobot id); (* +---------------------------------------------------------------+ | Grip | hooks/post-receive -- krobot |