OMNI_TIME
MACRO

OMNI_TIME - The timestamp used for the library version information.

SYNOPSIS top

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

Defined as the following:
#define OMNI_TIME 00:00:00
If the __TIME__ macro is defined, then OMNI_TIME is an alias to this macro.

DESCRIPTION top

A helper macro that

CONSIDERATIONS top

No special considerations

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.