diff options
| author | Sanjeev Reddy <[email protected]> | 2019-02-06 13:12:11 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-06 13:12:11 -0800 |
| commit | 27302e1d522bc16e1cc18232602f7eca1b79db0f (patch) | |
| tree | 1035100a803e4e52abbda93288091bb50f4f5073 /serial | |
| parent | 46da8a0d4f0de180dd15b6ca088e095b5e2c0b96 (diff) | |
| parent | 39d39e7485faddf601d51c897863ff2f876e391e (diff) | |
Merge pull request #1 from Microsoft/master
Updating to latest
Diffstat (limited to 'serial')
| -rw-r--r-- | serial/serial/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/serial/trace.h b/serial/serial/trace.h index f06efa9f..cb7f5f34 100644 --- a/serial/serial/trace.h +++ b/serial/serial/trace.h @@ -90,7 +90,7 @@ TraceEvents ( #define WPP_CHECK_FOR_NULL_STRING //to prevent exceptions due to NULL strings #define WPP_CONTROL_GUIDS \ - WPP_DEFINE_CONTROL_GUID(SerialTraceGuid,(bc6c9364,fc67,42c5,acf7,abed3b12ecc6), \ + WPP_DEFINE_CONTROL_GUID(SerialTraceGuid,(f3a79ab6,9827,4419,9465,45cf949ef659), \ WPP_DEFINE_BIT(DBG_INIT) /* bit 0 = 0x00000001 */ \ WPP_DEFINE_BIT(DBG_PNP) /* bit 1 = 0x00000002 */ \ WPP_DEFINE_BIT(DBG_POWER) /* bit 2 = 0x00000004 */ \ |
