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

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

am: ae325254

Change-Id: Id1f77223f3da7554735d35117a204b2f864b3c43
parents db5a51b3 ae325254
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