summaryrefslogtreecommitdiff
path: root/zephyr/test/system_common/src/get_boot_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/system_common/src/get_boot_time.c')
-rw-r--r--zephyr/test/system_common/src/get_boot_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/system_common/src/get_boot_time.c b/zephyr/test/system_common/src/get_boot_time.c
index bcf665dc65..7cf7c6fffd 100644
--- a/zephyr/test/system_common/src/get_boot_time.c
+++ b/zephyr/test/system_common/src/get_boot_time.c
@@ -18,7 +18,7 @@ ZTEST_SUITE(host_cmd_get_boot_time, NULL, NULL, NULL, NULL, NULL);
ZTEST(host_cmd_get_boot_time, test_get_boot_time)
{
int ret;
- struct ap_boot_time_data r;
+ struct ec_response_get_boot_time r;
struct host_cmd_handler_args args =
BUILD_HOST_COMMAND_RESPONSE(EC_CMD_GET_BOOT_TIME, 0, r);