From b4a081932338f65aa87aeba5008463feb0a78519 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 12 May 2025 14:17:05 -0600 Subject: More GCC 15 fixes --- cmd/sbc_harness/usb_keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/sbc_harness/usb_keyboard.c') diff --git a/cmd/sbc_harness/usb_keyboard.c b/cmd/sbc_harness/usb_keyboard.c index 7dd8a24..0573dba 100644 --- a/cmd/sbc_harness/usb_keyboard.c +++ b/cmd/sbc_harness/usb_keyboard.c @@ -49,7 +49,7 @@ COROUTINE usb_keyboard_cr(void *_chan) { uint8_t report_id = 0; uint8_t modifier = 0; - uint8_t keycodes[6] = {0}; + uint8_t keycodes[6] = {}; for (;;) { while (!tud_hid_n_ready(kbd_ifc)) cr_yield(); -- cgit v1.2.3-2-g168b