Skip to content

Commit 34c77da

Browse files
committed
Rename SensorsTrace.h to Trace.h
So that we can share code referencing it between projects. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 09cfd8d commit 34c77da

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

FrameworkSensors/Clients.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <cmath>
1717
#include <timeapi.h>
1818

19-
#include "SensorsTrace.h"
19+
#include "Trace.h"
2020
#include <SensorsCx.h>
2121
#include <SensorsUtils.h>
2222

FrameworkSensors/EcCommunication.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern "C" {
1414
#include <handleapi.h>
1515
#include <windows.h>
1616
#include <wdf.h>
17-
#include "SensorsTrace.h"
17+
#include "Trace.h"
1818

1919
/* Command version mask */
2020
#define EC_VER_MASK(version) (1UL << (version))

FrameworkSensors/FrameworkSensors.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<WppEnabled>true</WppEnabled>
8585
<WppDllMacro>true</WppDllMacro>
8686
<WppModuleName>FrameworkSensors</WppModuleName>
87-
<WppScanConfigurationData>sensorstrace.h</WppScanConfigurationData>
87+
<WppScanConfigurationData>Trace.h</WppScanConfigurationData>
8888
</ClCompile>
8989
<Inf Include="FrameworkSensors.inx">
9090
<Architecture>$(InfArch)</Architecture>

0 commit comments

Comments
 (0)