Fix make test:all failures seen on macOS Tahoe (#26136)

This commit is contained in:
Scott Lamb
2026-04-28 19:31:00 +01:00
committed by GitHub
parent 7d40a3328f
commit 0c5e36d056
16 changed files with 35 additions and 31 deletions
+2 -2
View File
@@ -16,5 +16,5 @@
#include "audio.h"
void audio_driver_initialize_impl(void) {}
void audio_driver_start_impl() {}
void audio_driver_stop_impl() {}
void audio_driver_start_impl(void) {}
void audio_driver_stop_impl(void) {}