TS channel names for nicer console messages

This commit is contained in:
rusefillc 2021-09-18 18:03:31 -04:00
parent 38b9698fc4
commit db73c52b96
1 changed files with 2 additions and 0 deletions

View File

@ -121,8 +121,10 @@ static void printErrorCounters(void) {
void printTsStats(void) {
#if EFI_PROD_CODE
#ifdef EFI_CONSOLE_RX_BRAIN_PIN
efiPrintf("Primary Channel RX", hwPortname(EFI_CONSOLE_RX_BRAIN_PIN));
efiPrintf("Primary Channel TX", hwPortname(EFI_CONSOLE_TX_BRAIN_PIN));
#endif
if (false) {
// todo: is this code needed somewhere else?