Skip to content

Commit

Permalink
Merge pull request #271 from ciaa/modbus
Browse files Browse the repository at this point in the history
#270 update modbus version
  • Loading branch information
mcerdeiro committed Jun 5, 2015
2 parents 6cbd3af + 1975d69 commit 2d423f1
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/modbus/inc/ciaaModbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141113 v0.0.1 initials initial
*/

Expand Down
1 change: 1 addition & 0 deletions modules/modbus/inc/ciaaModbus_ascii.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141108 v0.0.2 GMuro New Modbus implementation
* 20140623 v0.0.1 MaCe first functional version
*/
Expand Down
1 change: 1 addition & 0 deletions modules/modbus/inc/ciaaModbus_gateway.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141108 v0.0.1 GMuro initial version
*/

Expand Down
1 change: 1 addition & 0 deletions modules/modbus/inc/ciaaModbus_master.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141108 v0.0.1 GMuro initial version
*/

Expand Down
1 change: 1 addition & 0 deletions modules/modbus/inc/ciaaModbus_protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20140906 v0.0.1 initials initial
*/

Expand Down
1 change: 1 addition & 0 deletions modules/modbus/inc/ciaaModbus_slave.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141108 v0.0.2 GMuro New Modbus implementation
* 20140623 v0.0.1 MaCe first functional version
*/
Expand Down
1 change: 1 addition & 0 deletions modules/modbus/inc/ciaaModbus_transport.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141108 v0.0.1 GMuro initial version
*/

Expand Down
1 change: 1 addition & 0 deletions modules/modbus/src/ciaaModbus_ascii.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141108 v0.0.2 GMuro New Modbus implementation
* 20140623 v0.0.1 MaCe first functional version
*/
Expand Down
1 change: 1 addition & 0 deletions modules/modbus/src/ciaaModbus_gateway.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141108 v0.0.1 GMuro initial version
*/

Expand Down
1 change: 1 addition & 0 deletions modules/modbus/src/ciaaModbus_master.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141108 v0.0.1 GMuro initial version
*/

Expand Down
1 change: 1 addition & 0 deletions modules/modbus/src/ciaaModbus_slave.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141108 v0.0.2 GMuro New Modbus implementation
* 20140623 v0.0.1 MaCe first functional version
*/
Expand Down
1 change: 1 addition & 0 deletions modules/modbus/src/ciaaModbus_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
/*
* modification history (new versions first)
* -----------------------------------------------------------
* 20150604 v0.8.1 GMuro replace numbers for macros
* 20141108 v0.0.1 GMuro initial version
*/

Expand Down

0 comments on commit 2d423f1

Please sign in to comment.