The calls to nrf_off on lowpower-off require a -lfunk at the end
This commit is contained in:
parent
aa95549b2f
commit
174e7ee9e5
|
@ -42,6 +42,7 @@ LDLIBS += -Llcd -llcd
|
||||||
LDLIBS += -Lcore -lcore
|
LDLIBS += -Lcore -lcore
|
||||||
LDLIBS += -Lusb -lusb
|
LDLIBS += -Lusb -lusb
|
||||||
LDLIBS += -lbasic
|
LDLIBS += -lbasic
|
||||||
|
LDLIBS += -lfunk
|
||||||
OCFLAGS = --strip-unneeded
|
OCFLAGS = --strip-unneeded
|
||||||
|
|
||||||
SUBDIRS?= $(foreach lib,$(LIBS),$(dir $(lib)))
|
SUBDIRS?= $(foreach lib,$(LIBS),$(dir $(lib)))
|
||||||
|
|
Loading…
Reference in New Issue