summaryrefslogtreecommitdiff
path: root/DuetPkg/DxeIpl/Debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/DxeIpl/Debug.c')
-rw-r--r--DuetPkg/DxeIpl/Debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/DxeIpl/Debug.c b/DuetPkg/DxeIpl/Debug.c
index 950c06b11..1cb7e39c8 100644
--- a/DuetPkg/DxeIpl/Debug.c
+++ b/DuetPkg/DxeIpl/Debug.c
@@ -77,6 +77,6 @@ PrintString (
//
// All information also output to serial port.
//
- SerialPortWrite (PrintBuffer, Index);
+ SerialPortWrite ((UINT8 *) PrintBuffer, Index);
}