RKH
|
Defines the RKH version. More...
#include "rkhtype.h"
Go to the source code of this file.
Macros | |
#define | RKH_VERSION_CODE 0x3000u |
This macro expands to the binary representation of the RKH version. More... | |
Variables | |
RKHROM char | rkh_version [] |
String describing the RKH version. | |
Defines the RKH version.
Definition in file rkhfwk_version.h.
#define RKH_VERSION_CODE 0x3000u |
This macro expands to the binary representation of the RKH version.
The version number is composed as 0xABCC, where: the number A (1-digit) denoted the major revision, the number B (1-digit) denoted the minor revision, and the number C (2-digit) indicated the release number. For example, the code for 2.2.04 is 0x2204.
Definition at line 74 of file rkhfwk_version.h.