summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.c
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2009-09-11 14:38:52 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:11:18 +0200
commit8d2d06a050b1a5de0c5139733ae5216a8a8f2632 (patch)
treec8e25946110eb1a70ff5e001d5e8064fc43c0713 /software/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.c
parent4ed38158b4baae55739e1753c59073eccd4d17ec (diff)
importing OCT612x-01.03.00
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.c')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.c
index 559cd18..9a2d8e9 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.c
@@ -24,9 +24,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.02.04 $
+$Octasic_Release: OCT612xAPI-01.03.00 $
-$Octasic_Revision: 118 $
+$Octasic_Revision: 120 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -270,6 +270,8 @@ UINT32 Oct6100ApiInterpretTlvEntry(
cOCT6100_TLV_MAX_LENGTH_VERSION_NUMBER );
if ( ulResult == cOCT6100_ERR_OK )
{
+
+
ReadParams.ulReadAddress = f_ulTlvValueAddress;
for( i = 0; i < (f_ulTlvFieldLength/2); i++ )
@@ -285,6 +287,8 @@ UINT32 Oct6100ApiInterpretTlvEntry(
/* Modify the address. */
ReadParams.ulReadAddress += 2;
}
+
+
}
break;