Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45d4c7b7 authored by Chris Ye's avatar Chris Ye Committed by Automerger Merge Worker
Browse files

AThermal_StatusCallback should return void am: 8e8cec4c am: ef351ad4 am: db28de3f

Change-Id: I977fc7d6c9c05d5cc3f8e09c2a9dae81b716944a
parents c476e931 db28de3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ typedef struct AThermalManager AThermalManager;
 * It's passed the updated thermal status as parameter, as well as the
 * pointer provided by the client that registered a callback.
 */
typedef int (*AThermal_StatusCallback)(void *data, AThermalStatus status);
typedef void (*AThermal_StatusCallback)(void *data, AThermalStatus status);

/**
  * Acquire an instance of the thermal manager. This must be freed using