Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following example uses the build version of the CANopen stack to implement an application, which is independent from specific features of version.


Code Block
languagecpp
    :
    if (<code>COVerBuild()</code> == 0) {
        /* do some compatibility stuff */
    }
    :