|
@@ -582,7 +582,7 @@
|
|
* gRemoveTimeStampSyncCmd - Enable/Disable to remove time stamp sync cmd
|
|
* gRemoveTimeStampSyncCmd - Enable/Disable to remove time stamp sync cmd
|
|
* @Min: 0
|
|
* @Min: 0
|
|
* @Max: 1
|
|
* @Max: 1
|
|
- * @Default: 0
|
|
|
|
|
|
+ * @Default: 1
|
|
*
|
|
*
|
|
* This ini is used to enable/disable the removal of time stamp sync cmd
|
|
* This ini is used to enable/disable the removal of time stamp sync cmd
|
|
*
|
|
*
|
|
@@ -592,7 +592,7 @@
|
|
*/
|
|
*/
|
|
#define CFG_REMOVE_TIME_STAMP_SYNC_CMD CFG_INI_BOOL( \
|
|
#define CFG_REMOVE_TIME_STAMP_SYNC_CMD CFG_INI_BOOL( \
|
|
"gRemoveTimeStampSyncCmd", \
|
|
"gRemoveTimeStampSyncCmd", \
|
|
- 0, \
|
|
|
|
|
|
+ 1, \
|
|
"Enable to remove time stamp sync cmd")
|
|
"Enable to remove time stamp sync cmd")
|
|
|
|
|
|
/*
|
|
/*
|