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

Commit da275447 authored by Pulkit Bhuwalka's avatar Pulkit Bhuwalka Committed by android-build-merger
Browse files

Merge "Fix SIGBUS error in BT stack when pairing with ARM boards"

am: 84b50bc2

Change-Id: I286d317aa89c363ba1f3baecd4c707211b9411f6
parents a71919c5 84b50bc2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -62,7 +62,8 @@
 * problematic "char *" to struct pointer casting, and this macro itself should
 * be removed.
 */
#define maybe_non_aligned_memcpy(_a, _b, _c) memcpy((void*)(_a), (_b), (_c))
#define maybe_non_aligned_memcpy(_a, _b, _c) \
  memcpy((void*)(_a), (void*)(_b), (_c))

/* BTIF sub-systems */
#define BTIF_CORE 0