summaryrefslogtreecommitdiff
path: root/software/mpu/src/main.c
diff options
context:
space:
mode:
authorRoland Sahlsten <Roland.Sahlsten.ASE10@fh-joanneum.at>2011-10-24 21:09:29 +0000
committerRoland Sahlsten <Roland.Sahlsten.ASE10@fh-joanneum.at>2011-10-24 21:09:29 +0000
commit9976c747d7209b33e1a009f84539812366146cfb (patch)
tree7ff1439a0e61fb0aa7e8cc33827dbb611a511ecc /software/mpu/src/main.c
parentgit-svn-id: https://svn.spreadspace.org/mur.sat@179 7de4ea59-55d0-425e-a1af-a... (diff)
git-svn-id: https://svn.spreadspace.org/mur.sat@180 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/src/main.c')
-rw-r--r--software/mpu/src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/software/mpu/src/main.c b/software/mpu/src/main.c
index e23c44b..e7f69f1 100644
--- a/software/mpu/src/main.c
+++ b/software/mpu/src/main.c
@@ -11,5 +11,10 @@ void boot_Main(void);
int main(void)
{
+#if 1
boot_Main();
+#endif
+
+ /* If we ever reach this point, then there is something very wrong. */
+ return -1;
}