From: Nicolas D. <Ba...@us...> - 2010-03-08 23:07:46
|
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 6979c0aaac3d8e3225bde86295cbf178e973dafc (commit) from 241c1227982a011ed5387a18dfeae7386e3e9255 (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 6979c0aaac3d8e3225bde86295cbf178e973dafc Author: Nicolas Dandrimont <Nic...@cr...> Date: Tue Mar 9 00:06:28 2010 +0100 Add Battery Monitoring card to firmware utility ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/card_tools/boardname.mll b/PC_Mainboard/card_tools/boardname.mll index 30f99cf..08df665 100644 --- a/PC_Mainboard/card_tools/boardname.mll +++ b/PC_Mainboard/card_tools/boardname.mll @@ -8,7 +8,7 @@ *) -let boardname_regex = ("Carte " | "Robot Interface") [^'\n']+ +let boardname_regex = ("Carte " | "Robot Interface" | "Battery Monitoring ") [^'\n']+ rule boardname = parse | (boardname_regex as name) '\n' { Some name } hooks/post-receive -- krobot |