aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 16:38:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 16:38:08 +0000
commit4e06287a6a60a8838974a3934fa6d4bcc4731e87 (patch)
tree1b93fae409a903d2b9eb46a00cacad3a0dc1d4e4 /test/rt/testbuild/main.c
parent05843f5ee177863dbbbd9852bfd197c36b1dfbc2 (diff)
downloadChibiOS-4e06287a6a60a8838974a3934fa6d4bcc4731e87.tar.gz
ChibiOS-4e06287a6a60a8838974a3934fa6d4bcc4731e87.tar.bz2
ChibiOS-4e06287a6a60a8838974a3934fa6d4bcc4731e87.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7447 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt/testbuild/main.c')
-rw-r--r--test/rt/testbuild/main.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/test/rt/testbuild/main.c b/test/rt/testbuild/main.c
deleted file mode 100644
index e295c1e84..000000000
--- a/test/rt/testbuild/main.c
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-*/
-
-#include "ch.h"
-#include "hal.h"
-
-/*
- * Simulator main.
- */
-int main(int argc, char *argv[]) {
-
- (void)argc;
- (void)argv;
-
- return 0;
-}