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

Commit 91304a8a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "floss: fix build error for clang++14" am: d3157bcc am: 648873cd

parents 2cf067cd 648873cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ typedef enum {
 * For codec capability, fields "sample_rate", "bits_per_sample" and
 * "channel_mode" can contain bit-masks with all supported features.
 */
typedef struct {
struct btav_a2dp_codec_config_t {
  btav_a2dp_codec_index_t codec_type;
  btav_a2dp_codec_priority_t
      codec_priority;  // Codec selection priority
@@ -241,7 +241,7 @@ typedef struct {
    result += name;
    return result;
  }
} btav_a2dp_codec_config_t;
};

typedef struct {
  btav_a2dp_scmst_enable_status_t enable_status;