This commit is contained in:
lmx
2025-12-17 11:54:19 +08:00
parent 141b538bf5
commit 0087d2922a
18 changed files with 3285 additions and 457 deletions

View File

@ -20,7 +20,7 @@
#include "pbg_user.h"
#include "btstack/bluetooth.h"
#include "colorful_lights/colorful_lights.h"
#if 0
#if TCFG_AUDIO_ANC_ENABLE
#include "audio_anc.h"
#endif/*TCFG_AUDIO_ANC_ENABLE*/
@ -2792,3 +2792,4 @@ static int state_machine(struct application *app, enum app_state state, struct i
// .state = APP_STA_DESTROY,
// };
#endif