RKH
rkhfwk_version.h File Reference

Defines the RKH version. More...

#include "rkhtype.h"
Include dependency graph for rkhfwk_version.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.
 

Detailed Description

Defines the RKH version.

Definition in file rkhfwk_version.h.

Macro Definition Documentation

#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.

Release Date: 08/01/2017

Definition at line 74 of file rkhfwk_version.h.