From cb1c0527d53696429336d4d7bf677aa7855e508e Mon Sep 17 00:00:00 2001 From: Omar Mohamed Samir Date: Tue, 31 Oct 2023 10:43:46 +0200 Subject: [PATCH] tpm device type typo fix --- Tpm2Tester/TestSubstrate/TestConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tpm2Tester/TestSubstrate/TestConfig.cs b/Tpm2Tester/TestSubstrate/TestConfig.cs index f54280a2..bddd1044 100644 --- a/Tpm2Tester/TestSubstrate/TestConfig.cs +++ b/Tpm2Tester/TestSubstrate/TestConfig.cs @@ -129,7 +129,7 @@ public class TestConfig // Only used with a TCP TPM device (TPM Simulator or TPM Proxy) internal TcpTpmDevice TheTcpTpmDevice = null; #else - internal TpmDeviceType DeviceType = TpmDeviceTypes.tbs; + internal TpmDeviceType DeviceType = TpmDeviceType.tbs; #endif // Duration of the stresss mode session (with -tpm option).