diff options
author | Christian Pointner <equinox@mur.at> | 2013-08-04 22:54:56 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-08-04 22:54:56 +0000 |
commit | 2b1ba741d5c813df07feb2c37aab7cb2c5c4f947 (patch) | |
tree | 3c52b484126d1ed4a4df4c38717c0a04bb392399 /software/mpu.old/src/main.c | |
parent | switched to chibios 2.6.0 (diff) |
remove old FreeRTOS based MPU files
git-svn-id: https://svn.spreadspace.org/mur.sat@824 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu.old/src/main.c')
-rw-r--r-- | software/mpu.old/src/main.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/software/mpu.old/src/main.c b/software/mpu.old/src/main.c deleted file mode 100644 index e7f69f1..0000000 --- a/software/mpu.old/src/main.c +++ /dev/null @@ -1,20 +0,0 @@ -/*
-===============================================================================
- Name : main.c
- Author :
- Version :
- Copyright : Copyright (C)
- Description : main definition
-===============================================================================
-*/
-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;
-}
|