diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-11 17:00:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-11 17:00:52 +0000 |
commit | f64a7dc6bb2ed71e294dc608ce2130891e0aa07b (patch) | |
tree | 764d97dbb5fb21fefb5ad538cf982d0c94abef03 | |
parent | 0f8d30486bffb71cd431e67084fcc502411236b9 (diff) | |
download | ChibiOS-f64a7dc6bb2ed71e294dc608ce2130891e0aa07b.tar.gz ChibiOS-f64a7dc6bb2ed71e294dc608ce2130891e0aa07b.tar.bz2 ChibiOS-f64a7dc6bb2ed71e294dc608ce2130891e0aa07b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1418 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/Win32/console.c (renamed from test/coverage/console.c) | 0 | ||||
-rw-r--r-- | os/hal/platforms/Win32/console.h (renamed from test/coverage/console.h) | 0 | ||||
-rw-r--r-- | test/coverage/Makefile | 3 |
3 files changed, 2 insertions, 1 deletions
diff --git a/test/coverage/console.c b/os/hal/platforms/Win32/console.c index e6e9a1be8..e6e9a1be8 100644 --- a/test/coverage/console.c +++ b/os/hal/platforms/Win32/console.c diff --git a/test/coverage/console.h b/os/hal/platforms/Win32/console.h index e8079a042..e8079a042 100644 --- a/test/coverage/console.h +++ b/os/hal/platforms/Win32/console.h diff --git a/test/coverage/Makefile b/test/coverage/Makefile index 37d0de1ef..788a7bc99 100644 --- a/test/coverage/Makefile +++ b/test/coverage/Makefile @@ -70,7 +70,8 @@ SRC = ${PORTSRC} \ ${TESTSRC} \
${HALSRC} \
${PLATFORMSRC} \
- console.c main.c
+ ${CHIBIOS}/os/hal/platforms/Win32/console.c \
+ main.c
# List ASM source files here
ASRC =
|