From 2b1ba741d5c813df07feb2c37aab7cb2c5c4f947 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 4 Aug 2013 22:54:56 +0000 Subject: remove old FreeRTOS based MPU files git-svn-id: https://svn.spreadspace.org/mur.sat@824 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/mpu.old/src/main.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 software/mpu.old/src/main.c (limited to 'software/mpu.old/src/main.c') 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; -} -- cgit v1.2.3