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

Commit ae325254 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

am: da275447

Change-Id: Idf9adfc5b7cb1b92c246b4ef88b2f85bb4fcc3cc
parents 94cfd8f7 da275447
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