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

Commit 205bbc40 authored by Andres Morales's avatar Andres Morales
Browse files

Fix build

cast param

Change-Id: I150773ab0701c2551e3bd292aa228083259b5dd6
parent 39606e9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ static void hal_notify_callback(fingerprint_msg_t msg) {
            arg1 = msg.data.authenticated.finger.fid;
            arg2 = msg.data.authenticated.finger.gid;
            if (arg1 != 0) {
                notifyKeystore(&msg.data.authenticated.hat,
                notifyKeystore(reinterpret_cast<uint8_t *>(&msg.data.authenticated.hat),
                        sizeof(msg.data.authenticated.hat));
            }
            break;