kopia lustrzana https://github.com/bristol-seds/pico-tracker
Removed unnecessary switch from Makefile
rodzic
9955b7d050
commit
15ca9bd997
4
Makefile
4
Makefile
|
@ -81,9 +81,9 @@ ARCH_FLAGS := -mcpu=cortex-m0plus -mthumb
|
|||
#
|
||||
#
|
||||
ifdef SEMIHOSTING
|
||||
LDFLAGS += --specs=rdimon.specs -lc -lrdimon
|
||||
LDFLAGS += --specs=rdimon.specs -lrdimon
|
||||
else
|
||||
LDFLAGS += --specs=nano.specs -lc
|
||||
LDFLAGS += --specs=nano.specs
|
||||
endif
|
||||
|
||||
# Compilation Flags
|
||||
|
|
Ładowanie…
Reference in New Issue