From 2d2af3b9c3044c2cb68c7deb3c33cb45ac27e129 Mon Sep 17 00:00:00 2001 From: Suyeon Hwang Date: Mon, 16 Mar 2020 05:18:35 +0000 Subject: [PATCH] Revert "Fix data type from 'long' to 'long long' for time data" This reverts commit f845bdd41f756ad9df259ae1fe5ad2a4f2d68c56. Reason for revert: Definition of mas_wakeup_event_info is mismatched prebuilt binaries Change-Id: I684df2da739c2c1e5ff54f903765edba103610f7 --- include/multi_assistant_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/multi_assistant_service.h b/include/multi_assistant_service.h index 33c94de..cd8a5d7 100644 --- a/include/multi_assistant_service.h +++ b/include/multi_assistant_service.h @@ -68,8 +68,8 @@ typedef struct { const char *wakeup_engine; float wakeup_confidence_score; - long long wakeup_start_time; - long long wakeup_end_time; + long wakeup_start_time; + long wakeup_end_time; bool wakeup_time_valid; const void *extra_data; -- 2.34.1