summaryrefslogtreecommitdiff
path: root/source/hal/platform/mps3/source/platform_drivers.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/hal/platform/mps3/source/platform_drivers.c')
-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 */