|
embeddedlibrary
reusable software modules for embedded systems
|
#include <subsys.h>
Data Fields | |
| uint16_t | build |
| uint8_t | minor |
| uint8_t | major |
Version typedef to store software version of subsystem
The version is split into three numbers: major.minor.build where major and minor are 0-255 and build is 0-65535 build should be incremented as frequently as possible (automatically on build if possible with the compiler)
| uint16_t build |
build number
| uint8_t major |
major version
| uint8_t minor |
minor version