summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.c
diff options
context:
space:
mode:
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;