Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 3, 2021
1 parent efc06be commit d418434
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpu/br23/audio_dec/audio_dec_pc.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
#include "app_main.h"
#include "clock_cfg.h"
#include "media/pcm_decoder.h"

#if TCFG_USER_TWS_ENABLE
#include "bt_tws.h"
#endif

#include "media/audio_stream.h"

#if (SOUNDCARD_ENABLE)
Expand Down
3 changes: 3 additions & 0 deletions cpu/br25/audio_dec/audio_dec_pc.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
#include "app_main.h"
#include "clock_cfg.h"
#include "media/pcm_decoder.h"

#if TCFG_USER_TWS_ENABLE
#include "bt_tws.h"
#endif

#if TCFG_UI_ENABLE
#include "ui/ui_api.h"
Expand Down

0 comments on commit d418434

Please sign in to comment.