Revert "Fix data type from 'long' to 'long long' for time data" 23/227723/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 16 Mar 2020 05:18:35 +0000 (05:18 +0000)
committerSuyeon Hwang <stom.hwang@samsung.com>
Mon, 16 Mar 2020 05:19:51 +0000 (05:19 +0000)
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

index 33c94de1c542e8ade134608ab94a532e96919bfd..cd8a5d74b138b370b138606635941dd707c80bed 100644 (file)
@@ -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;