fixing simulator

This commit is contained in:
rusefi 2017-05-23 17:39:25 -04:00
parent a82bc2c877
commit 3c6c53c301
1 changed files with 2 additions and 2 deletions

View File

@ -163,6 +163,6 @@ void logMsg(const char *format, ...) {
// fclose(fp);
}
SerialDriver * getConsoleChannel(void) {
return (SerialDriver *)EFI_CONSOLE_UART_DEVICE;
BaseChannel * getConsoleChannel(void) {
return (BaseChannel *)EFI_CONSOLE_UART_DEVICE;
}