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

Commit ce1cdfc8 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Move LC3 decoder

Make place for in-house implementation

Bug: 150670922
Change-Id: Id7734518835a8e08c8d617bb34073a836589a6de
parent 111ff202
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#include "common/time_util.h"
#include "device/include/controller.h"
#include "devices.h"
#include "embdrv/lc3/Api/Lc3Decoder.hpp"
#include "embdrv/lc3_dec/Api/Lc3Decoder.hpp"
#include "embdrv/lc3_enc/include/lc3.h"
#include "gatt/bta_gattc_int.h"
#include "le_audio_types.h"
Loading