summaryrefslogtreecommitdiff
path: root/source/hal/profiles/native/data_presentation/log/include/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/hal/profiles/native/data_presentation/log/include/log.h')
-rw-r--r--source/hal/profiles/native/data_presentation/log/include/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/hal/profiles/native/data_presentation/log/include/log.h b/source/hal/profiles/native/data_presentation/log/include/log.h
index 9b9928f..796d0ef 100644
--- a/source/hal/profiles/native/data_presentation/log/include/log.h
+++ b/source/hal/profiles/native/data_presentation/log/include/log.h
@@ -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");
@@ -39,7 +39,7 @@ int log_psn_init(void);
* @return 0 if successful, non-zero otherwise.
**/
-int log_display_image(uint8_t* data, const uint32_t width,
+int log_display_image(const uint8_t* data, const uint32_t width,
const uint32_t height, const uint32_t channels,
const uint32_t pos_x, const uint32_t pos_y,
const uint32_t downsample_factor);