aboutsummaryrefslogtreecommitdiff
path: root/targets/corstone-300/target.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'targets/corstone-300/target.cpp')
-rw-r--r--targets/corstone-300/target.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/corstone-300/target.cpp b/targets/corstone-300/target.cpp
index 88f98be..87ba0c4 100644
--- a/targets/corstone-300/target.cpp
+++ b/targets/corstone-300/target.cpp
@@ -29,7 +29,7 @@
#include "mpu.hpp"
#include <timing_adapter.h>
-#include "uart.h"
+#include "uart_stdout.h"
#include <inttypes.h>
#include <stdio.h>
@@ -281,7 +281,7 @@ namespace EthosU {
void targetSetup() {
// Initialize UART driver
- uart_init();
+ UartStdOutInit();
// Initialize timing adapter(s)
for (int i = 0; i < ETHOSU_NPU_COUNT; i++) {