fix: mismatched function prototypes (#69)

Co-authored-by: Mario Behling <mb@mariobehling.de>
This commit is contained in:
Dien-Nhung Nguyen
2025-02-19 14:53:21 +07:00
committed by GitHub
parent 68148af209
commit 647e653d23
2 changed files with 10 additions and 9 deletions

View File

@@ -131,6 +131,7 @@ C_INCLUDES = \
ASFLAGS = $(MCU) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
CFLAGS = $(MCU) $(C_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
CFLAGS += -Werror=implicit-function-declaration
ifeq ($(DEBUG), 1)
CFLAGS += -g -gdwarf-2 -DDEBUG=$(DEBUG)