em_version.h
Go to the documentation of this file.00001
00034 #ifndef __SILICON_LABS_EM_VERSION_H_
00035 #define __SILICON_LABS_EM_VERSION_H_
00036
00037 #include "em_device.h"
00038
00039 #ifdef __cplusplus
00040 extern "C" {
00041 #endif
00042
00043
00048
00054 #define _EMLIB_VERSION 4.0.0
00055
00057 #define _EMLIB_VERSION_MAJOR 4
00058
00061 #define _EMLIB_VERSION_MINOR 0
00062
00065 #define _EMLIB_VERSION_PATCH 0
00066
00067
00069 #define _CMSIS_VERSION 4.2.0
00070
00072 #define _CMSIS_VERSION_MAJOR 4
00073
00075 #define _CMSIS_VERSION_MINOR 2
00076
00078 #define _CMSIS_VERSION_PATCH 0
00079
00083 #ifdef __cplusplus
00084 }
00085 #endif
00086
00087 #endif