Skip to content

Commit

Permalink
Gave up fixing errors for sdcc 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pklapperich committed Oct 10, 2019
1 parent e44c7b8 commit 12d7679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Firmware/bootloader/bootloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
///

#pragma codeseg HOME
#pragma less_pedantic //this file has lots of errors on sdcc 3.9.0

#include <compiler_defs.h>
#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion Firmware/radio/product.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PRODUCT = radio~$(BOARD)
PRODUCT_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))

CFLAGS += -DAPP_VERSION_HIGH=$(VERSION_MAJOR) -DAPP_VERSION_LOW=$(VERSION_MINOR)
CFLAGS += $(CFLAG_MODEL) --opt-code-speed --Werror --std-sdcc99 --fomit-frame-pointer
CFLAGS += $(CFLAG_MODEL) --opt-code-speed --Wall --std-sdcc99 --fomit-frame-pointer
#CFLAGS += --fverbose-asm
PRODUCT_SUPPORT_BANKING = 1
INC_DIR_AES = AES
Expand Down

0 comments on commit 12d7679

Please sign in to comment.