This commit is contained in:
2026-05-11 12:18:14 +02:00
parent 5d20d2820a
commit fca4aeb115
7 changed files with 27 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
if(CONFIG_AUDIO)
if(CONFIG_BUZZ_AUDIO)
zephyr_library()
zephyr_library_sources(src/audio.c)
zephyr_include_directories(include)