OSDN Git Service

Remove all samples. They will work well and useful for reference. But there is no...
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c / anime / anime.oil
diff --git a/nxtOSEK/samples_c/anime/anime.oil b/nxtOSEK/samples_c/anime/anime.oil
deleted file mode 100644 (file)
index 68322ba..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#include "implementation.oil"\r
-\r
-CPU ATMEL_AT91SAM7S256\r
-{\r
-  OS LEJOS_OSEK\r
-  {\r
-    STATUS = EXTENDED;\r
-    STARTUPHOOK = FALSE;\r
-    ERRORHOOK = FALSE;\r
-    SHUTDOWNHOOK = FALSE;\r
-    PRETASKHOOK = FALSE;\r
-    POSTTASKHOOK = FALSE;\r
-    USEGETSERVICEID = FALSE;\r
-    USEPARAMETERACCESS = FALSE;\r
-    USERESSCHEDULER = FALSE;\r
-  };\r
-\r
-  /* Definition of application mode */\r
-  APPMODE appmode1{}; \r
-\r
-  /* Definition of EventDispatcher */\r
-  TASK Task1\r
-  {\r
-       AUTOSTART = TRUE \r
-       {\r
-               APPMODE = appmode1;\r
-       };\r
-    PRIORITY = 1;\r
-    ACTIVATION = 1;\r
-    SCHEDULE = FULL;\r
-    STACKSIZE = 512; /* Stack size */ \r
-  };\r
-};\r