aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hsu <ryan.hsu@telink-semi.com>2023-04-07 00:03:09 -0700
committerRyan Hsu <ryan.hsu@telink-semi.com>2023-04-07 00:23:56 -0700
commit994957ff889c85d807da8716e316462bd95311b4 (patch)
tree6ca01077dc4d5b5246dedff247be96a056c51f9c
parentaef07ae9e16b7d91cc25790882a73e27ca3e86ba (diff)
downloadrefDesignRcu-994957ff889c85d807da8716e316462bd95311b4.tar.gz
RCU rename v2.06 to v2.15
When repeatedly download IR codes from Axel, the buffer may be corrupted and brick the RCU. v2.06 doesn't have this bug, so roll back to v2.06 to avoid the damage. Bug: 264841539 Test: Repeatedly download IR code from Axel and verify the brick issue doesn't happen. Change-Id: Iedb6f76b63e6160eb8b7dfc044b4325abba8b120
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index f36bad1..6e69c34 100644
--- a/version.h
+++ b/version.h
@@ -27,6 +27,6 @@
#ifndef VERSION_H_
#define VERSION_H_
-#define FW_VERSION 0x34210214//FW:v3.4.2 SW:v2.14
+#define FW_VERSION 0x34210215//FW:v3.4.2 SW:v2.15
#endif /* VERSION_H_ */