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

Commit 18dd6d85 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:...

Merge "Fix SIGBUS error in BT stack when pairing with ARM boards" am: 84b50bc2 am: da275447 am: ae325254
am: aca1038f

Change-Id: I7a18a7d0ba50a1a8e54df46839fcf6d1b574a511
parents e6cf298f aca1038f
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