summaryrefslogtreecommitdiff
path: root/source/hal/platform/mps3
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2022-03-01 10:23:11 +0000
committerKshitij Sisodia <kshitij.sisodia@arm.com>2022-03-01 10:23:11 +0000
commitacc6b85c0086ff4a37d2108ec9edfb8faf6f43e6 (patch)
tree1984577ca6ff33fd6f26e9f6370668c66e73fda8 /source/hal/platform/mps3
parentee4920b338f7d1e690377093bcfaaf0ba203bff0 (diff)
downloadml-embedded-evaluation-kit-acc6b85c0086ff4a37d2108ec9edfb8faf6f43e6.tar.gz
MLECO-2983: Preliminary support to allow semihosting
Adding basic support to allow applications to build with semihosting support. Default state is always disabled. Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com> Change-Id: I1d34c3a246560aaffcb34eee801e1a87d887d559
Diffstat (limited to 'source/hal/platform/mps3')
-rw-r--r--source/hal/platform/mps3/source/platform_drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/hal/platform/mps3/source/platform_drivers.c b/source/hal/platform/mps3/source/platform_drivers.c
index 3046c12..fc119ab 100644
--- a/source/hal/platform/mps3/source/platform_drivers.c
+++ b/source/hal/platform/mps3/source/platform_drivers.c
@@ -17,9 +17,9 @@
#include "platform_drivers.h"
-#include "uart_stdout.h" /* stdout over UART. */
#include "log_macros.h" /* Logging functions */
#include "device_mps3.h" /* FPGA level definitions and functions. */
+#include "uart_stdout.h" /* stdout over UART. */
#include <string.h> /* For strncpy */