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