logging: syst: enable protocol timestamp in SyS-T message
Enable protocol timestamp in SyS-T message. Signed-off-by: Wentong Wu <wentong.wu@intel.com>
This commit is contained in:
parent
450f21ff42
commit
ab8392fb8f
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ static void platform_handle_init(struct mipi_syst_handle *systh)
|
|||
#if defined(MIPI_SYST_PCFG_LENGTH_FIELD)
|
||||
MIPI_SYST_ENABLE_HANDLE_LENGTH(systh, 1);
|
||||
#endif
|
||||
|
||||
#if defined(MIPI_SYST_PCFG_ENABLE_TIMESTAMP)
|
||||
MIPI_SYST_ENABLE_HANDLE_TIMESTAMP(systh, 1);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void platform_handle_release(struct mipi_syst_handle *systh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue