diff options
| author | HiFiPHile <[email protected]> | 2026-08-25 09:27:35 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-08-25 09:27:35 +0200 |
| commit | 3db8be8ba1a79b7a38814237508108eff9bcd5d6 (patch) | |
| tree | 189891f303469c54ee88d36269f382db55b147c1 /examples/host/audio_host/src/app.h | |
| parent | c950109bcef6404971c3609a6e4caeb0421120b8 (diff) | |
fix(audio): repair the host audio example build
Add the missing preset and shared declarations, remove duplicate initialization, and correct callback call sites so the new example builds through the normal CMake flow.
Signed-off-by: HiFiPHile <[email protected]>
Diffstat (limited to 'examples/host/audio_host/src/app.h')
| -rw-r--r-- | examples/host/audio_host/src/app.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/host/audio_host/src/app.h b/examples/host/audio_host/src/app.h index 3ebb5c16d..474544a19 100644 --- a/examples/host/audio_host/src/app.h +++ b/examples/host/audio_host/src/app.h @@ -21,6 +21,7 @@ #include <stdbool.h> #include <stdint.h> +void led_blinking_task(void); void audio_app_task_read(void); void audio_app_task_write(void); void defer_queue_task(void); |
