fix compiler warnings
This commit is contained in:
7
Makefile
7
Makefile
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user