commit | 80794efc676e4619b473722e5f5647268383d7d9 | [log] [tgz] |
---|---|---|
author | rita <rita@exm.com> | Thu Dec 21 16:56:28 2023 +0800 |
committer | rita <rita@exm.com> | Thu Dec 21 16:56:28 2023 +0800 |
tree | d03b9b3dab7f556b625880e6c1c99f10325a8031 | |
parent | a1e63ab5e644a851246c8c98c5c230dc993b7ac4 [diff] |
[Bugfix][T106BUG-381]fix qser_unlock_pin api error Only Configure:No, Affected branch:master, Affected module:SIM Is it affected on both ZXIC and MTK:only ZXIC, Self-test:Yes, Doc Update:NO. Change-Id: Iaf8d49e1f1a9b83441be4e1bfb4f469f4e3380d6
diff --git a/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-qser-sim-demo/files/lynq-qser-sim-demo.h b/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-qser-sim-demo/files/lynq-qser-sim-demo.h index cdd905d..c878b20 100755 --- a/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-qser-sim-demo/files/lynq-qser-sim-demo.h +++ b/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-qser-sim-demo/files/lynq-qser-sim-demo.h
@@ -28,7 +28,7 @@ QSER_SIM_APP_TYPE_T e_app; /**< Indicates the type of the application. */ }QSER_SIM_APP_ID_INFO_T; /* Type */ -#define QSER_SIM_PIN_LEN_MAX 8 /** Maximum length of PIN data. */ +#define QSER_SIM_PIN_LEN_MAX 8+1 /** Maximum length of PIN data. */ typedef enum {
diff --git a/cap/zx297520v3/src/lynq/lib/liblynq-qser-sim/include/lynq_qser_sim.h b/cap/zx297520v3/src/lynq/lib/liblynq-qser-sim/include/lynq_qser_sim.h index f4d3233..801c56d 100755 --- a/cap/zx297520v3/src/lynq/lib/liblynq-qser-sim/include/lynq_qser_sim.h +++ b/cap/zx297520v3/src/lynq/lib/liblynq-qser-sim/include/lynq_qser_sim.h
@@ -36,7 +36,7 @@ QSER_SIM_APP_TYPE_T e_app; /**< Indicates the type of the application. */ }QSER_SIM_APP_ID_INFO_T; /* Type */ -#define QSER_SIM_PIN_LEN_MAX 8 /** Maximum length of PIN data. */ +#define QSER_SIM_PIN_LEN_MAX 8+1 /** Maximum length of PIN data. */ typedef enum {