Skip to content
Snippets Groups Projects
Commit cb2ea424 authored by Martine Lenders's avatar Martine Lenders
Browse files

Merge pull request #15 from authmillenon/master

Allow native port to link additional libs from app
parents f01d4cf2 9a790274
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ export OBJCOPY = $(PREFIX)objcopy
FLASHER = lpc2k_pgm
TERM = pyterm.py
LINKFLAGS = -m32 -gc
LINKFLAGS += -m32 -gc
ifeq ($(strip $(PORT)),)
export PORT = /dev/ttyUSB0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment