mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
Fix make test:all failures seen on macOS Tahoe (#26136)
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user