fix compiler warnings
Some checks failed
Badgemagic Firmware build / build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled

This commit is contained in:
hueso
2026-02-09 04:06:06 -03:00
parent 5df3122a75
commit caaa1758a0
19 changed files with 45 additions and 36 deletions

View File

@@ -56,7 +56,6 @@ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_usb2dev.c \
CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_spi1.c \
CH5xx_ble_firmware_library/RVMSIS/core_riscv.c \
src/main.c \
src/debug.c \
src/leddrv.c \
src/button.c \
src/bmlist.c \
@@ -74,7 +73,6 @@ src/data.c \
src/usb/utils.c \
src/usb/setup.c \
src/usb/ctrl.c \
src/usb/debug.c \
src/usb/dev.c \
src/usb/composite/hiddev.c \
src/usb/composite/cdc-serial.c \
@@ -84,6 +82,11 @@ src/animation.c \
src/font.c \
src/power.c \
ifdef DEBUG
C_SOURCES += \
src/debug.c \
src/usb/debug.c
endif
# ASM sources
ASM_SOURCES = \