summaryrefslogtreecommitdiff
path: root/source/hal/profiles/bare-metal/timer/platform_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/hal/profiles/bare-metal/timer/platform_timer.c')
-rw-r--r--source/hal/profiles/bare-metal/timer/platform_timer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/hal/profiles/bare-metal/timer/platform_timer.c b/source/hal/profiles/bare-metal/timer/platform_timer.c
index c8e7252..11ccf8b 100644
--- a/source/hal/profiles/bare-metal/timer/platform_timer.c
+++ b/source/hal/profiles/bare-metal/timer/platform_timer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Arm Limited. All rights reserved.
+ * Copyright (c) 2021-2022 Arm Limited. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,6 +16,7 @@
*/
#include "bsp.h"
#include "timer.h"
+#include "log_macros.h"
#include <assert.h>
#include <string.h>