From: Xavier L. <Ba...@us...> - 2010-03-07 21:08: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 c0fdebb20f076b97225e3f4ceeb12a25e8895a12 (commit) from 8cc04bff36432dd8189d7c78585e8dd3bfead7aa (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 c0fdebb20f076b97225e3f4ceeb12a25e8895a12 Author: Xavier Lagorce <Xav...@cr...> Date: Sun Mar 7 22:08:06 2010 +0100 Correcting typos in main.c ----------------------------------------------------------------------- Changes: diff --git a/USB_Module/Robot_Interface/Firmware/main.c b/USB_Module/Robot_Interface/Firmware/main.c index b81a33b..0461899 100644 --- a/USB_Module/Robot_Interface/Firmware/main.c +++ b/USB_Module/Robot_Interface/Firmware/main.c @@ -982,7 +982,8 @@ void ProcessIO(void) { break; case AX12_RESET: - resetAX12(ReceivedDataBuffer.DATA[1]) + resetAX12(ReceivedDataBuffer.DATA[1]); + break; default: ToSendDataBuffer.ERR = ERR_UNKNOWN_CMD; hooks/post-receive -- krobot |