diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-26 17:52:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-26 17:52:55 +0000 |
commit | 26c301ec2ccc137cde4bc62440cd4e1b28039edd (patch) | |
tree | 965c11d74b01266f38e0ddbd10f19775ec99d780 /testhal | |
parent | 9a7cae8b2993c263ed3365c62ebfb50b06f5bb00 (diff) | |
download | ChibiOS-26c301ec2ccc137cde4bc62440cd4e1b28039edd.tar.gz ChibiOS-26c301ec2ccc137cde4bc62440cd4e1b28039edd.tar.bz2 ChibiOS-26c301ec2ccc137cde4bc62440cd4e1b28039edd.zip |
Added STM32 lwIP demo (untested).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3990 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32F1xx/MAC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/MAC/Makefile b/testhal/STM32F1xx/MAC/Makefile index 42966ebc8..facd794b6 100644 --- a/testhal/STM32F1xx/MAC/Makefile +++ b/testhal/STM32F1xx/MAC/Makefile @@ -78,7 +78,7 @@ CSRC = $(PORTSRC) \ $(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/syscalls.c \
- main.c + main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
|