diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-01 13:16:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-01 13:16:19 +0000 |
commit | b89c65bd8d6fa479b2e0a01e873fef2220ce563e (patch) | |
tree | d045f12f0c5a06e990fc0a189f550a5540c7b35b /demos/ARMCM4-STM32F407-DISCOVERY/Makefile | |
parent | 211a79c0c9b8fd9d238112a2ac93369cc2bbcd20 (diff) | |
download | ChibiOS-b89c65bd8d6fa479b2e0a01e873fef2220ce563e.tar.gz ChibiOS-b89c65bd8d6fa479b2e0a01e873fef2220ce563e.tar.bz2 ChibiOS-b89c65bd8d6fa479b2e0a01e873fef2220ce563e.zip |
Added MEMS support to the STM32F4-Discovery demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3702 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM4-STM32F407-DISCOVERY/Makefile')
-rw-r--r-- | demos/ARMCM4-STM32F407-DISCOVERY/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/Makefile b/demos/ARMCM4-STM32F407-DISCOVERY/Makefile index fbd0c2245..975e5f999 100644 --- a/demos/ARMCM4-STM32F407-DISCOVERY/Makefile +++ b/demos/ARMCM4-STM32F407-DISCOVERY/Makefile @@ -78,8 +78,8 @@ CSRC = $(PORTSRC) \ $(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(CHIBIOS)/os/various/evtimer.c \
- $(CHIBIOS)/os/various/syscalls.c \
+ $(CHIBIOS)/os/various/lis302dl.c \
+ $(CHIBIOS)/os/various/chprintf.c \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
|