Skip to content

Commit

Permalink
fixed: (Math lib) -lm after -lstm32
Browse files Browse the repository at this point in the history
  • Loading branch information
but0n committed Sep 4, 2017
1 parent f0b8ca0 commit 771807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
include Makefile.common
LDFLAGS=$(COMMONFLAGS) -fno-exceptions -ffunction-sections -fdata-sections -L$(LIBDIR) -nostartfiles -Wl,--gc-sections,-Tlinker.ld

LDLIBS+=-lm
LDLIBS+=-lstm32
LDLIBS+=-lm

STARTUP=startup.c

Expand Down

0 comments on commit 771807a

Please sign in to comment.