Update the simulator TS port macros to match the rest of the product. (#3600)

This commit is contained in:
Scott Smith 2021-11-23 16:15:09 -08:00 committed by GitHub
parent 974b1082e4
commit 43e4e09d70
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
#pragma once
// see SIM_SD1_PORT and SIM_SD2_PORT
#define TS_PRIMARY_SERIAL SD1
#define TS_SECONDARY_SERIAL SD2
#define TS_PRIMARY_PORT SD1
#define TS_SECONDARY_PORT SD2
#define EFI_ENABLE_ASSERTS TRUE
#define EFI_LAUNCH_CONTROL TRUE