Set CANopenNode version V4.0
Skip V3.0, because there exists some old version numbering from SouceForge. V3.00 exists also in old CO_OD.c. Use 4.0 to avoid confusion.
This commit is contained in:
parent
da850252bd
commit
5a14e91834
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ extern "C" {
|
|||
*/
|
||||
|
||||
/** Major version number of CANopenNode */
|
||||
#define CO_VERSION_MAJOR 3
|
||||
#define CO_VERSION_MAJOR 4
|
||||
/** Minor version number of CANopenNode */
|
||||
#define CO_VERSION_MINOR 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue