Update sysfs path for pmt telemetry
Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
parent
af6ac426f0
commit
a2eeeff880
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2020 Intel Corporation
|
* Copyright (C) 2020-2021 Intel Corporation
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
namespace L0 {
|
namespace L0 {
|
||||||
const std::string PlatformMonitoringTech::baseTelemDevice("/dev/telem");
|
const std::string PlatformMonitoringTech::baseTelemDevice("/dev/telem");
|
||||||
const std::string PlatformMonitoringTech::baseTelemSysFS("/sys/class/pmt_telem/telem");
|
const std::string PlatformMonitoringTech::baseTelemSysFS("/sys/class/pmt_telemetry/telem");
|
||||||
|
|
||||||
void PlatformMonitoringTech::init(const std::string &deviceName, FsAccess *pFsAccess) {
|
void PlatformMonitoringTech::init(const std::string &deviceName, FsAccess *pFsAccess) {
|
||||||
pmtSupported = false;
|
pmtSupported = false;
|
||||||
|
|
Loading…
Reference in New Issue