OMNI_DATE
MACRO

OMNI_DATE - Defines the build date for the framework.

SYNOPSIS top

This is a helper macro that is used by the OMNI_FW_VER_STR helper macro to append the build date to the version macro string.

Defined as the following:
#define OMNI_DATE Jan 1 1970
If the __DATE__ macro is defined, then OMNI_DATE is an alias to this macro.

DESCRIPTION top

None.

CONSIDERATIONS top

No special consideration.

PLATFORM SPECIFIC top

No special consideration.

NOTES top

None.