summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f71f03d)
raw | patch | inline | side by side (parent: f71f03d)
author | John Dowdal <jdowdal@ti.com> | |
Fri, 19 Sep 2014 13:24:13 +0000 (09:24 -0400) | ||
committer | John Dowdal <jdowdal@ti.com> | |
Fri, 19 Sep 2014 13:24:13 +0000 (09:24 -0400) |
package.xdc | [changed mode: 0755->0644] | patch | blob | history |
rmver.h | [changed mode: 0755->0644] | patch | blob | history |
diff --git a/package.xdc b/package.xdc
--- a/package.xdc
+++ b/package.xdc
* Copyright (C) 2012-2014, Texas Instruments, Inc.\r
*****************************************************************************/\r
\r
-package ti.drv.rm[02, 01, 00, 1006] {\r
+package ti.drv.rm[02, 01, 00, 1016] {\r
module Settings;\r
}\r
--- a/rmver.h
+++ b/rmver.h
* format:
* 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
*/
-#define RM_VERSION_ID (0x0201003EE)
+#define RM_VERSION_ID (0x0201003F8)
/**
* @brief This is the version string which describes the RM along with the
* date and build information.
*/
-#define RM_VERSION_STR "RM Revision: 02.01.00.1006"
+#define RM_VERSION_STR "RM Revision: 02.01.00.1016"
#ifdef __cplusplus