1 2 #ifndef __source_ti_drivers_rcl_rcl_version__ 3 #define __source_ti_drivers_rcl_rcl_version__ 4 5 #define RCL_VERSION_MAJOR 0x08 6 #define RCL_VERSION_MINOR 0x20 7 #define RCL_VERSION_PATCH 0x00 8 #define RCL_VERSION_BUILD 0x02 9 #define RCL_VERSION_CHANNEL "eng" 10 11 #define RCL_VERSION_SHA 0x9e10067d6ba68e85 12 #define RCL_VERSION 0x08200002 13 #define RCL_VERSION_CHANNEL_NUMBER 0x3 14 15 #endif 16