From 533193aa30b031d9bed67aa42ceeaff3ebce4b4e Mon Sep 17 00:00:00 2001 From: liquidraver <504870+liquidraver@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:04:04 +0200 Subject: [PATCH] fix linux build --- zephcore/helpers/ui/ui_headless_stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephcore/helpers/ui/ui_headless_stubs.c b/zephcore/helpers/ui/ui_headless_stubs.c index cae3da5..8291c32 100644 --- a/zephcore/helpers/ui/ui_headless_stubs.c +++ b/zephcore/helpers/ui/ui_headless_stubs.c @@ -117,7 +117,7 @@ WEAK void ui_set_ble_enabled(bool enabled) WEAK void ui_set_buzzer_mode(uint8_t mode) { - ARG_UNUSED(quiet); + ARG_UNUSED(mode); } /* Not a no-op: a headless build still has the LoRa TX LED, and the gate that