Corrected record count when setting up test logs so it is TL_MAX_ENTRIES and not 1000

This commit is contained in:
petermcs
2011-04-16 12:08:17 +00:00
parent 6cfdde92d7
commit f13191309e
+1 -1
View File
@@ -226,7 +226,7 @@ void Trend_Log_Init(
LogInfo[iLog].ulIntervalOffset = 0;
LogInfo[iLog].iIndex = 0;
LogInfo[iLog].ulLogInterval = 900;
LogInfo[iLog].ulRecordCount = 1000;
LogInfo[iLog].ulRecordCount = TL_MAX_ENTRIES;
LogInfo[iLog].ulTotalRecordCount = 10000;
LogInfo[iLog].Source.deviceIndentifier.instance =