Index: fw/sdk/yc_msr/libyc_msr.a
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: fw/sdk/yc_msr/libyc_msr_single.a
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: fw/sdk/yc_msr/libyc_msr_single.a
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: fw/sdk/yc_msr/yc_msr.h
===================================================================
--- /YC3121_SDK/fw/sdk/yc_msr/yc_msr.h	(revision 634)
+++ /YC3121_SDK/fw/sdk/yc_msr/yc_msr.h	(working copy)
@@ -188,6 +188,14 @@
 Boolean MSR_CheckTrackWRDone(uint8_t TrackSel);
 
 
+/**
+ * @brief	MSR AGC CONFIG
+ * @param £ºtrack :TRACK_SELECT_1, TRACK_SELECT_2, TRACK_SELECT_3 
+ * @param £ºgain_fixed :max value is 0x3f
+**/
+void MSR_agc_config(int track,  uint32_t gain_fixed);
+
+
 
 #endif /*__YC_MSR_H__*/
 
Index: fw/sdk/yc_msr/yc_msr.c
===================================================================
--- /YC3121_SDK/fw/sdk/yc_msr/yc_msr.c	(revision 634)
+++ /YC3121_SDK/fw/sdk/yc_msr/yc_msr.c	(working copy)
@@ -10,7 +10,7 @@
 Boolean MSR_CheckTrackWRDone(uint8_t TrackSel);
 int ISO7811_GetTrackDataNum(uint8_t track_idx);
 int ISO7811_ERRORCheck(uint8_t track_idx);
-void MSR_AGC_CONFIG(int track,  uint32_t gain_fixed);
+
 uint8_t MSR_Decode(uint8_t * InputBuf,int InPutLen,uint8_t head,uint8_t end,int track,int CodingBits,uint8_t* OutputBuf,int* OutLen);
 
 //raw data buffer near full size
@@ -854,7 +854,7 @@
 } 
 
 
-void MSR_AGC_CONFIG(int track, uint32_t gain_fixed)
+void MSR_agc_config(int track, uint32_t gain_fixed)
 {
 	int temp = 0;
 	switch(track)
Index: fw/sdk/yc_msr/yc_msr.lib
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: fw/sdk/yc_msr/yc_msr_single.c
===================================================================
--- /YC3121_SDK/fw/sdk/yc_msr/yc_msr_single.c	(revision 634)
+++ /YC3121_SDK/fw/sdk/yc_msr/yc_msr_single.c	(working copy)
@@ -10,7 +10,7 @@
 Boolean MSR_CheckTrackWRDone(uint8_t TrackSel);
 int ISO7811_GetTrackDataNum(uint8_t track_idx);
 int ISO7811_ERRORCheck(uint8_t track_idx);
-void MSR_AGC_CONFIG(int track,  uint32_t gain_fixed);
+
 uint8_t MSR_Decode(uint8_t * InputBuf,int InPutLen,uint8_t head,uint8_t end,int track,int CodingBits,uint8_t* OutputBuf,int* OutLen);
 
 //raw data buffer near full size
@@ -868,7 +868,7 @@
 } 
 
 
-void MSR_AGC_CONFIG(int track, uint32_t gain_fixed)
+void MSR_agc_config(int track, uint32_t gain_fixed)
 {
 	int temp = 0;
 	switch(track)
Index: fw/sdk/yc_msr/yc_msr_single.lib
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
