Searched refs:VERSION_MAJOR (Results 1 – 1 of 1) sorted by relevance
34 #define VERSION_MAJOR 3U macro66 return (VERSION_MAJOR << 16U) + (VERSION_MINOR << 8U) + VERSION_PATCH; in GetCurrentVersion()