TS channel names for nicer console messages
This commit is contained in:
parent
38b9698fc4
commit
db73c52b96
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue