From: Jérémie D. <Ba...@us...> - 2010-03-03 19:47:33
|
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 beb30006c75b3a879ce8bbef232f68675743d55a (commit) from 3d05cb1b4e6b5a7976548aab8e639572d47d57ab (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 beb30006c75b3a879ce8bbef232f68675743d55a Author: Jérémie Dimino <je...@di...> Date: Wed Mar 3 20:37:07 2010 +0100 [send-firmware] resets the USB card after flashing it ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/card_tools/send_firmware.ml b/PC_Mainboard/card_tools/send_firmware.ml index 443036a..321edb6 100644 --- a/PC_Mainboard/card_tools/send_firmware.ml +++ b/PC_Mainboard/card_tools/send_firmware.ml @@ -41,7 +41,7 @@ let do_flash force filename = lwt () = printf "Flash erased\n" in lwt () = Bootloader.write_flash k ~address memory address length in lwt () = printf "Flashing completed\n" in - lwt () = Bootloader.close k in + lwt () = Bootloader.reset_board k in return () let _ = hooks/post-receive -- krobot |