summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-05-08 14:51:00 +0100
committerGitHub <noreply@github.com>2020-05-08 14:51:00 +0100
commitadda5d77707ea8f73d3d717f88802031b3f3fe27 (patch)
treefe4be77161166ddd253ec7e6cc0403832c514d54
parentd2581884d98a4b02905f0b9249802468c1eb94b4 (diff)
Revert "Use nano specs (#8270)" (#9044)0.8.148
This reverts commit c775104b9f60d738fd69166da33972d60034c639.
-rw-r--r--tmk_core/chibios.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk
index 6bacabbbf3..d0f1032acb 100644
--- a/tmk_core/chibios.mk
+++ b/tmk_core/chibios.mk
@@ -233,7 +233,6 @@ LDFLAGS += -mno-thumb-interwork -mthumb
LDSYMBOLS =,--defsym=__process_stack_size__=$(USE_PROCESS_STACKSIZE)
LDSYMBOLS :=$(LDSYMBOLS),--defsym=__main_stack_size__=$(USE_EXCEPTIONS_STACKSIZE)
LDFLAGS += -Wl,--script=$(LDSCRIPT)$(LDSYMBOLS)
-LDFLAGS += --specs=nano.specs
OPT_DEFS += -DPROTOCOL_CHIBIOS